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

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

Issue 299063002: Add tlsdate user to LibCrosService DBus ACL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
index 28be79c43b48aef94ea021aecf18ca2ddf38b45e..577dfeadb4ab14b868a03b8db46883da95bac1a0 100644
--- a/chrome/browser/chromeos/dbus/org.chromium.LibCrosService.conf
+++ b/chrome/browser/chromeos/dbus/org.chromium.LibCrosService.conf
@@ -20,6 +20,10 @@
</policy>
<!-- tlsdate needs to query proxy config. -->
+ <policy user="tlsdate">
+ <allow send_destination="org.chromium.LibCrosService"/>
+ </policy>
+ <!-- TODO(cmasone): proxystate user is deprecated. crbug.com/376526 -->
<policy user="proxystate">
<allow send_destination="org.chromium.LibCrosService"/>
</policy>
« 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