| <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" |
| "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> |
| <!-- |
| Copyright 2016 The Chromium OS Authors. All rights reserved. |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. |
| --> |
| |
| <busconfig> |
| <policy user="authpolicyd"> |
| <allow own="org.chromium.AuthPolicy"/> |
| </policy> |
| |
| <policy user="chronos"> |
| <allow send_destination="org.chromium.AuthPolicy" |
| send_interface="org.chromium.AuthPolicy" |
| send_member="AuthenticateUser"/> |
| <allow send_destination="org.chromium.AuthPolicy" |
| send_interface="org.chromium.AuthPolicy" |
| send_member="GetUserStatus"/> |
| <allow send_destination="org.chromium.AuthPolicy" |
| send_interface="org.chromium.AuthPolicy" |
| send_member="GetUserKerberosFiles"/> |
| <allow send_destination="org.chromium.AuthPolicy" |
| send_interface="org.chromium.AuthPolicy" |
| send_member="JoinADDomain"/> |
| <allow send_destination="org.chromium.AuthPolicy" |
| send_interface="org.chromium.AuthPolicy" |
| send_member="RefreshUserPolicy"/> |
| <allow send_destination="org.chromium.AuthPolicy" |
| send_interface="org.chromium.AuthPolicy" |
| send_member="RefreshDevicePolicy"/> |
| <allow send_destination="org.chromium.AuthPolicy" |
| send_interface="org.chromium.AuthPolicy" |
| send_member="SetDefaultLogLevel"/> |
| <allow send_destination="com.ubuntu.Upstart" |
| send_interface="com.ubuntu.Upstart0_6.Job" |
| send_type="method_call" send_member="Start" |
| send_path="/com/ubuntu/Upstart/jobs/authpolicyd"/> |
| <allow send_destination="com.ubuntu.Upstart" |
| send_interface="com.ubuntu.Upstart0_6.Job" |
| send_type="method_call" send_member="Restart" |
| send_path="/com/ubuntu/Upstart/jobs/authpolicyd"/> |
| </policy> |
| |
| <policy user="smbproviderd"> |
| <allow send_destination="org.chromium.AuthPolicy" |
| send_interface="org.chromium.AuthPolicy" |
| send_member="GetUserKerberosFiles"/> |
| </policy> |
| <policy user="fuse-smbfs"> |
| <allow send_destination="org.chromium.AuthPolicy" |
| send_interface="org.chromium.AuthPolicy" |
| send_member="GetUserKerberosFiles"/> |
| </policy> |
| |
| <!-- For testing. --> |
| <policy user="root"> |
| <allow send_destination="org.chromium.AuthPolicy" |
| send_interface="org.chromium.AuthPolicy"/> |
| </policy> |
| </busconfig> |