blob: eab0dad3e735957a00b1daa8354070504c48a5f2 [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 2021 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>
<policy user="resourced">
<allow own="org.chromium.ResourceManager" />
<allow send_destination="org.chromium.ResourceManager"
send_interface="org.chromium.ResourceManager"/>
</policy>
<!-- Chrome and VMs talk to org.chromium.ResourceManager -->
<policy user="chronos">
<allow send_destination="org.chromium.ResourceManager"
send_interface="org.chromium.ResourceManager"/>
</policy>
<policy user="crosvm">
<allow send_destination="org.chromium.ResourceManager"
send_interface="org.chromium.ResourceManager"/>
</policy>
<!-- For debugging -->
<policy user="root">
<allow send_destination="org.chromium.ResourceManager"
send_interface="org.chromium.ResourceManager"/>
</policy>
</busconfig>