blob: f23416641071b448424805883d47987b7ca4c91e [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 ChromiumOS Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<busconfig>
<policy user="u2f">
<allow own="org.chromium.U2F" />
<allow send_interface="org.chromium.CryptohomeInterface"
send_member="GetWebAuthnSecret"
send_destination="org.chromium.Cryptohome" />
</policy>
<policy context="default">
<allow send_destination="org.chromium.U2F" />
<!-- introspection denied -->
<deny send_destination="org.chromium.U2F"
send_interface="org.freedesktop.DBus.Introspectable" />
<allow receive_interface="org.chromium.U2F"
receive_member="UserNotification"
receive_type="signal" />
</policy>
</busconfig>