blob: c4aab882b65d28bf888ecde4702765f7bac8639d [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 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="chronos">
<allow own="org.chromium.LibvdaService"/>
<allow receive_sender="org.chromium.LibvdaService"
receive_interface="org.chromium.LibvdaService"/>
</policy>
<!--
libvda (via crosvm, running as root) uses this service to ask Chrome to
provide a mojo connection FD.
-->
<policy user="root">
<allow send_destination="org.chromium.LibvdaService"
send_interface="org.chromium.LibvdaService"/>
</policy>
</busconfig>