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

Unified Diff: chrome/browser/chromeos/dbus/org.chromium.LibCrosService.conf

Issue 7982020: Add org.chromium.LibCrosService.conf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/dbus/org.chromium.LibCrosService.conf
diff --git a/chrome/browser/chromeos/dbus/org.chromium.LibCrosService.conf b/chrome/browser/chromeos/dbus/org.chromium.LibCrosService.conf
new file mode 100644
index 0000000000000000000000000000000000000000..f21ba1aa17256b600d9c9ef69e0d6648fe78118c
--- /dev/null
+++ b/chrome/browser/chromeos/dbus/org.chromium.LibCrosService.conf
@@ -0,0 +1,28 @@
+<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+<!--
+ Copyright (c) 2011 The Chromium Authors. All rights reserved.
+ Use of this source code is governed by a BSD-style license that can be
+ found in the LICENSE file.
+
+ This file will be installed at /etc/dbus-1/system.d on Chromium OS.
+-->
+<busconfig>
+ <policy user="chronos">
+ <allow own="org.chromium.LibCrosService"/>
+ <allow receive_sender="org.chromium.LibCrosService"/>
+ <allow send_destination="org.chromium.LibCrosService"/>
+ </policy>
+
+ <policy user="chronos">
+ <allow own="org.chromium.LibCrosService"/>
+ <allow receive_sender="org.chromium.LibCrosService"/>
+ <allow send_destination="org.chromium.LibCrosService"
+ send_interface="org.chromium.LibCrosServiceInterface"
+ send_member="ResolveNetworkProxy"/>
+ </policy>
+
+ <policy context="default">
+ <allow send_destination="org.chromium.LibCrosService"/>
+ </policy>
+</busconfig>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698