Haiyue Wang | a1c5075 | 2018-04-03 15:16:09 +0800 | [diff] [blame] | 1 | <?xml version="1.0"?> <!--*-nxml-*--> |
| 2 | <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration |
| 3 | 1.0//EN" |
| 4 | "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> |
| 5 | |
| 6 | <!-- |
| 7 | This file is need to run openbmc kcs 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> |
| 25 | |