blob: 1d468a2e5f2d077fb4aacb18f8fb33e4f4a93029 [file] [log] [blame]
<!--
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.
-->
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy context="default">
<allow send_destination="org.chromium.featured"/>
<deny send_destination="org.chromium.featured"
send_interface="org.chromium.featured"
send_member="PlatformFeatureList" />
<deny send_destination="org.chromium.featured"
send_interface="org.chromium.featured"
send_member="PlatformFeatureEnable" />
</policy>
<policy user="root">
<allow own="org.chromium.featured"/>
<allow send_destination="org.chromium.featured"
send_interface="org.chromium.featured"
send_member="PlatformFeatureList" />
<allow send_destination="org.chromium.featured"
send_interface="org.chromium.featured"
send_member="PlatformFeatureEnable" />
</policy>
<policy user="chronos">
<allow send_destination="org.chromium.featured"
send_interface="org.chromium.featured"
send_member="PlatformFeatureList" />
<allow send_destination="org.chromium.featured"
send_interface="org.chromium.featured"
send_member="PlatformFeatureEnable" />
</policy>
<limit name="max_replies_per_connection">512</limit>
</busconfig>