blob: 9238e3a6fd83a23d3a335e6f340918dbed9c944f [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">
Andrew de los Reyes4e9b9f42010-04-26 15:06:43 -07009 <allow send_destination="org.chromium.UpdateEngine"
10 send_interface="org.chromium.UpdateEngineInterface"
Darin Petkov5a7f5652010-07-22 21:40:09 -070011 send_member="AttemptUpdate"/>
Andrew de los Reyes63b96d72010-05-10 13:08:54 -070012 <allow send_destination="org.chromium.UpdateEngine"
13 send_interface="org.chromium.UpdateEngineInterface"
David Zeuthen75a4c3e2013-09-06 11:36:59 -070014 send_member="AttemptUpdateWithFlags"/>
15 <allow send_destination="org.chromium.UpdateEngine"
16 send_interface="org.chromium.UpdateEngineInterface"
Chris Sosad317e402013-06-12 13:47:09 -070017 send_member="AttemptRollback"/>
18 <allow send_destination="org.chromium.UpdateEngine"
19 send_interface="org.chromium.UpdateEngineInterface"
Alex Vakulenko59e253e2014-02-24 10:40:21 -080020 send_member="CanRollback"/>
21 <allow send_destination="org.chromium.UpdateEngine"
22 send_interface="org.chromium.UpdateEngineInterface"
Alex Vakulenko2bddadd2014-03-27 13:23:46 -070023 send_member="GetRollbackPartition"/>
24 <allow send_destination="org.chromium.UpdateEngine"
25 send_interface="org.chromium.UpdateEngineInterface"
Jay Srinivasanc1ba09a2012-08-14 14:15:57 -070026 send_member="ResetStatus"/>
27 <allow send_destination="org.chromium.UpdateEngine"
28 send_interface="org.chromium.UpdateEngineInterface"
Darin Petkov5a7f5652010-07-22 21:40:09 -070029 send_member="GetStatus"/>
Darin Petkov296889c2010-07-23 16:20:54 -070030 <allow send_destination="org.chromium.UpdateEngine"
31 send_interface="org.chromium.UpdateEngineInterface"
32 send_member="RebootIfNeeded"/>
Satoru Takabayashi583667b2010-10-27 13:09:57 +090033 <allow send_destination="org.chromium.UpdateEngine"
34 send_interface="org.chromium.UpdateEngineInterface"
Yuri Gorshenin86dc54d2013-06-20 17:53:36 +040035 send_member="SetChannel"/>
36 <allow send_destination="org.chromium.UpdateEngine"
37 send_interface="org.chromium.UpdateEngineInterface"
38 send_member="GetChannel"/>
Alex Deymof4867c42013-06-28 14:41:39 -070039 <allow send_destination="org.chromium.UpdateEngine"
40 send_interface="org.chromium.UpdateEngineInterface"
Alex Deymo5fdf7762013-07-17 20:01:40 -070041 send_member="SetP2PUpdatePermission"/>
42 <allow send_destination="org.chromium.UpdateEngine"
43 send_interface="org.chromium.UpdateEngineInterface"
44 send_member="GetP2PUpdatePermission"/>
45 <allow send_destination="org.chromium.UpdateEngine"
46 send_interface="org.chromium.UpdateEngineInterface"
Alex Deymof4867c42013-06-28 14:41:39 -070047 send_member="SetUpdateOverCellularPermission"/>
48 <allow send_destination="org.chromium.UpdateEngine"
49 send_interface="org.chromium.UpdateEngineInterface"
50 send_member="GetUpdateOverCellularPermission"/>
David Zeuthen3c55abd2013-10-14 12:48:03 -070051 <allow send_destination="org.chromium.UpdateEngine"
52 send_interface="org.chromium.UpdateEngineInterface"
53 send_member="GetDurationSinceUpdate"/>
Alex Vakulenkodea2eac2014-03-14 15:56:59 -070054 <allow send_destination="org.chromium.UpdateEngine"
55 send_interface="org.chromium.UpdateEngineInterface"
Alex Vakulenko2bddadd2014-03-27 13:23:46 -070056 send_member="GetPrevVersion"/>
Shuqian Zhao29971732016-02-05 11:29:32 -080057 <allow send_destination="org.chromium.UpdateEngine"
58 send_interface="org.chromium.UpdateEngineInterface"
59 send_member="GetLastAttemptError"/>
Alex Deymob3fa53b2016-04-18 19:57:58 -070060 <allow send_destination="org.chromium.UpdateEngine"
61 send_interface="org.chromium.UpdateEngineInterface"
62 send_member="GetEolStatus"/>
Andrew de los Reyes000d8952011-03-02 15:21:14 -080063 <allow send_interface="org.chromium.UpdateEngineLibcrosProxyResolvedInterface" />
Andrew de los Reyes4e9b9f42010-04-26 15:06:43 -070064 </policy>
Daniel Erat8c75ea92014-01-10 10:16:07 -080065 <policy user="power">
66 <allow send_destination="org.chromium.UpdateEngine"
67 send_interface="org.chromium.UpdateEngineInterface"
68 send_member="GetStatus"/>
Andrew de los Reyes4e9b9f42010-04-26 15:06:43 -070069 </policy>
70</busconfig>