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

Unified Diff: org.chromium.CrosDisks.conf

Issue 6824032: First batch of cros-disk changes (Closed) Base URL: ssh://gitrw.chromium.org:9222/cros-disks.git@master
Patch Set: adds set_ and removes j's Created 9 years, 8 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 | « main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: org.chromium.CrosDisks.conf
diff --git a/org.chromium.CrosDisks.conf b/org.chromium.CrosDisks.conf
new file mode 100644
index 0000000000000000000000000000000000000000..5c07baafee05cdcd4b72b37ae60b7d6353ac4396
--- /dev/null
+++ b/org.chromium.CrosDisks.conf
@@ -0,0 +1,12 @@
+<!DOCTYPE busconfig PUBLIC
+ "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+<busconfig>
+ <policy user="cros-disks">
+ <allow own="org.chromium.CrosDisks"/>
+ </policy>
+ <policy context="default">
+ <allow send_destination="org.chromium.CrosDisks"/>
+ </policy>
+ <limit name="max_replies_per_connection">512</limit>
+</busconfig>
« no previous file with comments | « main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698