blob: d17662b3b7b4dd76911a740fc8c6ff2da3ac1f89 [file] [log] [blame]
<!--
Copyright 2020 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 user="attestation">
<allow own="org.chromium.PcaAgent" />
<allow send_destination="org.chromium.PcaAgent" />
</policy>
<policy user="root">
<allow own="org.chromium.PcaAgent" />
<allow send_destination="org.chromium.PcaAgent" />
</policy>
<policy context="default">
<!-- introspection denied -->
<deny send_destination="org.chromium.PcaAgent"
send_interface="org.freedesktop.DBus.Introspectable" />
</policy>
</busconfig>