-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.coreos.update1.conf
29 lines (29 loc) · 1.15 KB
/
com.coreos.update1.conf
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
29
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy user="root">
<allow own="com.coreos.update1" />
<allow send_destination="com.coreos.update1" />
</policy>
<policy user="core">
<!-- introspection is denied -->
<deny send_destination="com.coreos.update1"
send_interface="org.freedesktop.DBus.Introspectable" />
<!-- properties denied -->
<deny send_destination="com.coreos.update1"
send_interface="org.freedesktop.DBus.Properties" />
<!-- allow explicit methods -->
<allow send_destination="com.coreos.update1"
send_interface="com.coreos.update1.Manager"
send_member="AttemptUpdate"/>
<allow send_destination="com.coreos.update1"
send_interface="com.coreos.update1.Manager"
send_member="ResetStatus"/>
<allow send_destination="com.coreos.update1"
send_interface="com.coreos.update1.Manager"
send_member="GetStatus"/>
</policy>
<policy context="default">
<deny send_destination="com.coreos.update1" />
</policy>
</busconfig>