blob: b1d30edf9e5b904681ccdb68b9674085641230e3 [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 kcs 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>