blob: 104d291d4c208666c911c707cb8c51699687d937 [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 2017 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 context="default">
<allow send_destination="org.chromium.VmConcierge" />
</policy>
<policy user="crosvm">
<allow own="org.chromium.VmConcierge" />
<!--
GetProperties on shill's Manager interface is used to get the current
DefaultService.
-->
<allow send_destination="org.chromium.flimflam"
send_interface="org.chromium.flimflam.Manager"
send_member="GetProperties"/>
<!--
GetProperties on shill's IPConfig interface is used to get DNS nameservers
and search domains.
-->
<allow send_destination="org.chromium.flimflam"
send_interface="org.chromium.flimflam.IPConfig"
send_member="GetProperties"/>
<!--
GetProperties on shill's Service interface is used to get the current
IPConfig.
-->
<allow send_destination="org.chromium.flimflam"
send_interface="org.chromium.flimflam.Service"
send_member="GetProperties"/>
<!--
GetDlcState on dlcservice's interface is used to get the mount location of
installed DLCs.
-->
<allow send_destination="org.chromium.DlcService"
send_interface="org.chromium.DlcServiceInterface"
send_member="GetDlcState" />
</policy>
</busconfig>