blob: 0df55774abdef15d0f52d7f0f27934cfa41b6ba4 [file] [log] [blame] [edit]
<!--
Copyright 2021 The ChromiumOS Authors
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 user="root">
<allow own="org.chromium.featured"/>
<allow own="org.chromium.feature_lib"/>
<allow send_destination="org.chromium.feature_lib"
send_interface="org.chromium.feature_lib"
send_member="RefetchFeatureState" />
</policy>
<policy user="chronos">
<allow send_destination="org.chromium.featured"
send_interface="org.chromium.featured"
send_member="HandleSeedFetched" />
</policy>
<limit name="max_replies_per_connection">1024</limit>
<limit name="max_messages_per_connection">512</limit>
</busconfig>