blob: dee64eeb12e20320e5ace406f410527b593b6188 [file] [log] [blame]
Andrew de los Reyes4e9b9f42010-04-26 15:06:43 -07001<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
3<busconfig>
4 <policy user="root">
5 <allow own="org.chromium.UpdateEngine" />
6 <allow send_destination="org.chromium.UpdateEngine" />
7 </policy>
8 <policy user="chronos">
9 <!-- introspection is denied -->
10 <deny send_destination="org.chromium.UpdateEngine"
11 send_interface="org.freedesktop.DBus.Introspectable" />
12 <!-- properties denied -->
13 <deny send_destination="org.chromium.UpdateEngine"
14 send_interface="org.freedesktop.DBus.Properties" />
15 <!-- allow explicit methods -->
16 <allow send_destination="org.chromium.UpdateEngine"
17 send_interface="org.chromium.UpdateEngineInterface"
Darin Petkov5a7f5652010-07-22 21:40:09 -070018 send_member="AttemptUpdate"/>
Andrew de los Reyes63b96d72010-05-10 13:08:54 -070019 <allow send_destination="org.chromium.UpdateEngine"
20 send_interface="org.chromium.UpdateEngineInterface"
David Zeuthen75a4c3e2013-09-06 11:36:59 -070021 send_member="AttemptUpdateWithFlags"/>
22 <allow send_destination="org.chromium.UpdateEngine"
23 send_interface="org.chromium.UpdateEngineInterface"
Chris Sosad317e402013-06-12 13:47:09 -070024 send_member="AttemptRollback"/>
25 <allow send_destination="org.chromium.UpdateEngine"
26 send_interface="org.chromium.UpdateEngineInterface"
Jay Srinivasanc1ba09a2012-08-14 14:15:57 -070027 send_member="ResetStatus"/>
28 <allow send_destination="org.chromium.UpdateEngine"
29 send_interface="org.chromium.UpdateEngineInterface"
Darin Petkov5a7f5652010-07-22 21:40:09 -070030 send_member="GetStatus"/>
Darin Petkov296889c2010-07-23 16:20:54 -070031 <allow send_destination="org.chromium.UpdateEngine"
32 send_interface="org.chromium.UpdateEngineInterface"
33 send_member="RebootIfNeeded"/>
Satoru Takabayashi583667b2010-10-27 13:09:57 +090034 <allow send_destination="org.chromium.UpdateEngine"
35 send_interface="org.chromium.UpdateEngineInterface"
Yuri Gorshenin86dc54d2013-06-20 17:53:36 +040036 send_member="SetChannel"/>
37 <allow send_destination="org.chromium.UpdateEngine"
38 send_interface="org.chromium.UpdateEngineInterface"
39 send_member="GetChannel"/>
Alex Deymof4867c42013-06-28 14:41:39 -070040 <allow send_destination="org.chromium.UpdateEngine"
41 send_interface="org.chromium.UpdateEngineInterface"
Alex Deymo5fdf7762013-07-17 20:01:40 -070042 send_member="SetP2PUpdatePermission"/>
43 <allow send_destination="org.chromium.UpdateEngine"
44 send_interface="org.chromium.UpdateEngineInterface"
45 send_member="GetP2PUpdatePermission"/>
46 <allow send_destination="org.chromium.UpdateEngine"
47 send_interface="org.chromium.UpdateEngineInterface"
Alex Deymof4867c42013-06-28 14:41:39 -070048 send_member="SetUpdateOverCellularPermission"/>
49 <allow send_destination="org.chromium.UpdateEngine"
50 send_interface="org.chromium.UpdateEngineInterface"
51 send_member="GetUpdateOverCellularPermission"/>
Andrew de los Reyes000d8952011-03-02 15:21:14 -080052 <allow send_interface="org.chromium.UpdateEngineLibcrosProxyResolvedInterface" />
Andrew de los Reyes4e9b9f42010-04-26 15:06:43 -070053 </policy>
54 <policy context="default">
55 <deny send_destination="org.chromium.UpdateEngine" />
56 </policy>
57</busconfig>