-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathkerneloops.dbus
28 lines (22 loc) · 1012 Bytes
/
kerneloops.dbus
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- This configuration file specifies the required security policies
for kerneloops service to work. -->
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<!-- ../system.conf have denied everything, so we just punch some holes -->
<policy user="root">
<allow own="org.kerneloops.submit"/>
<allow own="org.kerneloops.submit.ping"/>
<allow own="org.kerneloops.submit.permission"/>
<allow own="org.kerneloops.submit.sent"/>
<allow own="org.kerneloops.submit.url"/>
</policy>
<policy at_console="true">
<allow send_destination="org.kerneloops.submit"/>
<allow send_destination="org.kerneloops.submit.ping"/>
<allow receive_sender="org.kerneloops.submit"/>
<allow receive_sender="org.kerneloops.submit.permission"/>
<allow receive_sender="org.kerneloops.submit.sent"/>
<allow receive_sender="org.kerneloops.submit.url"/>
</policy>
</busconfig>