OLD | NEW |
1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" | 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" |
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> | 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> |
3 <busconfig> | 3 <busconfig> |
4 <policy user="root"> | 4 <policy user="root"> |
5 <allow own="org.chromium.UpdateEngine" /> | 5 <allow own="org.chromium.UpdateEngine" /> |
6 <allow send_destination="org.chromium.UpdateEngine" /> | 6 <allow send_destination="org.chromium.UpdateEngine" /> |
7 </policy> | 7 </policy> |
8 <policy user="chronos"> | 8 <policy user="chronos"> |
9 <!-- introspection is denied --> | 9 <!-- introspection is denied --> |
10 <deny send_destination="org.chromium.UpdateEngine" | 10 <deny send_destination="org.chromium.UpdateEngine" |
(...skipping 10 matching lines...) Expand all Loading... |
21 send_member="GetStatus"/> | 21 send_member="GetStatus"/> |
22 <allow send_destination="org.chromium.UpdateEngine" | 22 <allow send_destination="org.chromium.UpdateEngine" |
23 send_interface="org.chromium.UpdateEngineInterface" | 23 send_interface="org.chromium.UpdateEngineInterface" |
24 send_member="GetTrack"/> | 24 send_member="GetTrack"/> |
25 <allow send_destination="org.chromium.UpdateEngine" | 25 <allow send_destination="org.chromium.UpdateEngine" |
26 send_interface="org.chromium.UpdateEngineInterface" | 26 send_interface="org.chromium.UpdateEngineInterface" |
27 send_member="RebootIfNeeded"/> | 27 send_member="RebootIfNeeded"/> |
28 <allow send_destination="org.chromium.UpdateEngine" | 28 <allow send_destination="org.chromium.UpdateEngine" |
29 send_interface="org.chromium.UpdateEngineInterface" | 29 send_interface="org.chromium.UpdateEngineInterface" |
30 send_member="SetTrack"/> | 30 send_member="SetTrack"/> |
| 31 <allow send_interface="org.chromium.UpdateEngineLibcrosProxyResolvedInterfac
e" /> |
31 </policy> | 32 </policy> |
32 <policy context="default"> | 33 <policy context="default"> |
33 <deny send_destination="org.chromium.UpdateEngine" /> | 34 <deny send_destination="org.chromium.UpdateEngine" /> |
34 </policy> | 35 </policy> |
35 </busconfig> | 36 </busconfig> |
OLD | NEW |