Index: chromeos/dbus/org.chromium.ConsoleService.conf |
diff --git a/chromeos/dbus/org.chromium.ConsoleService.conf b/chromeos/dbus/org.chromium.ConsoleService.conf |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e8db93fbb391b72e85df1f96d9acf5f5f060eadb |
--- /dev/null |
+++ b/chromeos/dbus/org.chromium.ConsoleService.conf |
@@ -0,0 +1,16 @@ |
+<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" |
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> |
+<!-- |
+ Copyright (c) 2014 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.ConsoleService"/> |
+ <allow receive_sender="org.chromium.ConsoleService"/> |
+ <allow send_destination="org.chromium.ConsoleService"/> |
+ </policy> |
+</busconfig> |