blob: e49494800aaae02fdcbdadf06f679772bee94be7 [file] [log] [blame]
Thang Q. Nguyen20c6f952020-12-09 03:28:44 +00001<?xml version="1.0"?> <!--*-nxml-*-->
2<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration
31.0//EN"
4 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
5
6<!--
7 This file is needed to run openbmc ssif bridge daemon.
8 Place this file in /etc/dbus-1/system.d/
9-->
10
11<busconfig>
12
13 <policy user="root">
14 <allow own="org.openbmc.HostIpmi"/>
15 <allow send_destination="org.openbmc.HostIpmi"/>
16 <allow receive_sender="org.openbmc.HostIpmi"/>
17 </policy>
18
19 <policy context="default">
20 <allow send_destination="org.openbmc.HostIpmi"/>
21 <allow receive_sender="org.openbmc.HostIpmi"/>
22 </policy>
23
24</busconfig>