blob: 0c1b8e235dbfffce31786dddb9ffb6c798e771d5 [file] [log] [blame]
<?xml version="1.0"?> <!--*-nxml-*-->
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration
1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<!--
This file is need to run openbmc bt bridge daemon.
Place this file in /etc/dbus-1/system.d/
-->
<busconfig>
<policy user="root">
<allow own="org.openbmc.HostIpmi"/>
<allow send_destination="org.openbmc.HostIpmi"/>
<allow receive_sender="org.openbmc.HostIpmi"/>
</policy>
<policy context="default">
<allow send_destination="org.openbmc.HostIpmi"/>
<allow receive_sender="org.openbmc.HostIpmi"/>
</policy>
</busconfig>