Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Side by Side Diff: SessionManager.conf

Issue 6591109: [login_manager] Add stub DBus API for policy get/set (Closed) Base URL: http://git.chromium.org/git/login_manager.git@master
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | interface.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 <!-- 3 <!--
4 Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 4 Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <busconfig> 8 <busconfig>
9 <policy user="root"> 9 <policy user="root">
10 <allow own="org.chromium.SessionManager" /> 10 <allow own="org.chromium.SessionManager" />
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 send_interface="org.chromium.SessionManagerInterface" 59 send_interface="org.chromium.SessionManagerInterface"
60 send_member="Unwhitelist"/> 60 send_member="Unwhitelist"/>
61 <allow send_destination="org.chromium.SessionManager" 61 <allow send_destination="org.chromium.SessionManager"
62 send_interface="org.chromium.SessionManagerInterface" 62 send_interface="org.chromium.SessionManagerInterface"
63 send_member="StoreProperty"/> 63 send_member="StoreProperty"/>
64 <allow send_destination="org.chromium.SessionManager" 64 <allow send_destination="org.chromium.SessionManager"
65 send_interface="org.chromium.SessionManagerInterface" 65 send_interface="org.chromium.SessionManagerInterface"
66 send_member="RetrieveProperty"/> 66 send_member="RetrieveProperty"/>
67 <allow send_destination="org.chromium.SessionManager" 67 <allow send_destination="org.chromium.SessionManager"
68 send_interface="org.chromium.SessionManagerInterface" 68 send_interface="org.chromium.SessionManagerInterface"
69 send_member="StorePolicy"/>
kmixter1 2011/03/02 18:40:53 take it or leave it: Maybe add full/whole to name?
70 <allow send_destination="org.chromium.SessionManager"
71 send_interface="org.chromium.SessionManagerInterface"
72 send_member="RetrievePolicy"/>
73 <allow send_destination="org.chromium.SessionManager"
74 send_interface="org.chromium.SessionManagerInterface"
69 send_member="RestartEntd"/> 75 send_member="RestartEntd"/>
70 </policy> 76 </policy>
71 <policy context="default"> 77 <policy context="default">
72 <deny send_destination="org.chromium.SessionManager" /> 78 <deny send_destination="org.chromium.SessionManager" />
73 </policy> 79 </policy>
74 </busconfig> 80 </busconfig>
OLDNEW
« no previous file with comments | « no previous file | interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698