blob: 9773ee37f17d8fff9d3c7a0887d99de52fff058a [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.
This file will be installed at /etc/dbus-1/system.d on Chromium OS.
-->
<busconfig>
<policy user="root">
<allow own="org.chromium.PatchPanel" />
<allow send_destination="org.chromium.PatchPanel"/>
<allow receive_sender="org.chromium.PatchPanel"/>
</policy>
<policy user="crosvm">
<allow send_destination="org.chromium.PatchPanel"
send_interface="org.chromium.PatchPanel"
send_member="ArcVmStartup" />
<allow send_destination="org.chromium.PatchPanel"
send_interface="org.chromium.PatchPanel"
send_member="ArcVmShutdown" />
<allow send_destination="org.chromium.PatchPanel"
send_interface="org.chromium.PatchPanel"
send_member="TerminaVmStartup" />
<allow send_destination="org.chromium.PatchPanel"
send_interface="org.chromium.PatchPanel"
send_member="TerminaVmShutdown" />
<allow send_destination="org.chromium.PatchPanel"
send_interface="org.chromium.PatchPanel"
send_member="PluginVmStartup" />
<allow send_destination="org.chromium.PatchPanel"
send_interface="org.chromium.PatchPanel"
send_member="PluginVmShutdown" />
</policy>
<policy user="tlsdate">
<allow send_destination="org.chromium.PatchPanel"
send_interface="org.chromium.PatchPanel"
send_member="SetVpnIntent" />
</policy>
<policy user="system-proxy">
<allow send_destination="org.chromium.PatchPanel"
send_interface="org.chromium.PatchPanel"
send_member="ConnectNamespace" />
</policy>
<policy user="shill">
<allow send_destination="org.chromium.PatchPanel"
send_interface="org.chromium.PatchPanel"
send_member="GetTrafficCounters" />
</policy>
<policy user="devbroker">
<allow send_destination="org.chromium.PatchPanel"
send_interface="org.chromium.PatchPanel"
send_member="ModifyPortRule" />
</policy>
</busconfig>