3 |
- |
1 |
<!DOCTYPE busconfig PUBLIC
|
|
|
2 |
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
|
3 |
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
|
4 |
<busconfig>
|
|
|
5 |
|
|
|
6 |
<!-- Only root can own and communicate with the service -->
|
|
|
7 |
|
|
|
8 |
<policy context="default">
|
|
|
9 |
<deny own="org.fedorahosted.certmonger"/>
|
|
|
10 |
<deny send_destination="org.fedorahosted.certmonger"/>
|
|
|
11 |
</policy>
|
|
|
12 |
|
|
|
13 |
<policy user="root">
|
|
|
14 |
<allow own="org.fedorahosted.certmonger"/>
|
|
|
15 |
|
|
|
16 |
<allow send_destination="org.fedorahosted.certmonger"
|
|
|
17 |
send_interface="org.fedorahosted.certmonger"/>
|
|
|
18 |
<allow send_destination="org.fedorahosted.certmonger"
|
|
|
19 |
send_interface="org.fedorahosted.certmonger.ca"/>
|
|
|
20 |
<allow send_destination="org.fedorahosted.certmonger"
|
|
|
21 |
send_interface="org.fedorahosted.certmonger.request"/>
|
|
|
22 |
<allow send_destination="org.fedorahosted.certmonger"
|
|
|
23 |
send_interface="org.freedesktop.DBus.Introspectable"/>
|
|
|
24 |
<allow send_destination="org.fedorahosted.certmonger"
|
|
|
25 |
send_interface="org.freedesktop.DBus.Properties"/>
|
|
|
26 |
</policy>
|
|
|
27 |
|
|
|
28 |
</busconfig>
|