Blame src/dbus/dbus-abrt.conf

Packit Service 8a8a03
Packit Service 8a8a03
     for abrt core daemon to work. -->
Packit Service 8a8a03
Packit Service 8a8a03
Packit Service 8a8a03
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
Packit Service 8a8a03
<busconfig>
Packit Service 8a8a03
Packit Service 8a8a03
  
Packit Service 8a8a03
Packit Service 8a8a03
  <policy user="root">
Packit Service 8a8a03
    <allow own="org.freedesktop.problems"/>
Packit Service 8a8a03
    <allow own="com.redhat.problems.configuration"/>
Packit Service 8a8a03
    <allow send_destination="org.freedesktop.problems"/>
Packit Service 8a8a03
    <allow send_destination="com.redhat.problems.configuration"/>
Packit Service 8a8a03
    <allow send_interface="org.freedesktop.problems"/>
Packit Service 8a8a03
    <allow send_interface="com.redhat.problems.configuration"/>
Packit Service 8a8a03
  </policy>
Packit Service 8a8a03
Packit Service 8a8a03
  
Packit Service 8a8a03
  <policy context="default">
Packit Service 8a8a03
    <allow send_destination="org.freedesktop.problems"/>
Packit Service 8a8a03
    <allow send_destination="com.redhat.problems.configuration"/>
Packit Service 8a8a03
  </policy>
Packit Service 8a8a03
Packit Service 8a8a03
</busconfig>