blob: 867f5c96852f2e149969baa3b0f0c92eadabc962 [file] [log] [blame]
<!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 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>
<!--
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>