blob: 45cb57c03c506b51fe556d9918bf2457c123cff9 [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 2019 The ChromiumOS Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<busconfig>
<!--
Allows arc-camera to start/stop cros-camera-algo, which is needed for
running Camera3AlgoSandboxIPCErrorTest.
-->
<policy user="arc-camera">
<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/cros_2dcamera_2dalgo"/>
<allow send_destination="com.ubuntu.Upstart"
send_interface="com.ubuntu.Upstart0_6.Job"
send_type="method_call"
send_member="Stop"
send_path="/com/ubuntu/Upstart/jobs/cros_2dcamera_2dalgo"/>
</policy>
</busconfig>