Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
<!-- This configuration file specifies the required security policies
2
     for abrt core daemon to work. -->
3
 
4
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
5
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
6
<busconfig>
7
 
8
  <!-- ../system.conf have denied everything, so we just punch some holes -->
9
 
10
  <policy user="root">
11
    <allow own="org.freedesktop.problems"/>
12
    <allow own="com.redhat.problems.configuration"/>
13
    <allow send_destination="org.freedesktop.problems"/>
14
    <allow send_destination="com.redhat.problems.configuration"/>
15
    <allow send_interface="org.freedesktop.problems"/>
16
    <allow send_interface="com.redhat.problems.configuration"/>
17
  </policy>
18
 
19
  <!-- Allow anyone to invoke methods on abrt server -->
20
  <policy context="default">
21
    <allow send_destination="org.freedesktop.problems"/>
22
    <allow send_destination="com.redhat.problems.configuration"/>
23
  </policy>
24
 
25
</busconfig>