blob: a2253b93fc48e919505b69d2e461823d9c1412f6 [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 2022 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 access DlcService.
-->
<policy user="arc-camera">
<!-- for dlc installation -->
<allow send_destination="org.chromium.DlcService"
send_interface="org.chromium.DlcServiceInterface"
send_member="Install" />
</policy>
</busconfig>