blob: bc1255b446af17fd45d55bcb4b371b04d7c5b658 [file] [log] [blame] [edit]
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<!--
Copyright 2018 The ChromiumOS Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!-- Security policies allowing the Chrome browser to start and manage the ARC
container -->
<busconfig>
<policy user="root">
<allow own="org.chromium.Arc" />
</policy>
<policy user="chronos">
<!-- Chrome browser starts these upstart jobs. -->
<allow send_destination="com.ubuntu.Upstart"
send_interface="com.ubuntu.Upstart0_6.Job"
send_type="method_call"
send_path="/com/ubuntu/Upstart/jobs/arc_2dremove_2ddata" />
<allow send_destination="com.ubuntu.Upstart"
send_interface="com.ubuntu.Upstart0_6.Job"
send_type="method_call"
send_path="/com/ubuntu/Upstart/jobs/arc_2dprepare_2dhost_2dgenerated_2ddir" />
<allow send_destination="com.ubuntu.Upstart"
send_interface="com.ubuntu.Upstart0_6.Job"
send_type="method_call"
send_path="/com/ubuntu/Upstart/jobs/arc_2dset_2dtime" />
<allow
send_destination="com.ubuntu.Upstart"
send_interface="com.ubuntu.Upstart0_6.Job"
send_type="method_call"
send_path="/com/ubuntu/Upstart/jobs/arcpp_2dmedia_2dsharing_2dservices" />
</policy>
</busconfig>