Add SSIF Bridge Daemon
This commit adds SSIF bridge support adapted from BT Bridge (btbridged).
This daemon is standing between BMC SSIF kernel driver and DBUS IPMI
Interface for sending IPMI requests and return responses.
Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>
Signed-off-by: Narayan Chavani <nchavani@amperecomputing.com>
Signed-off-by: Chuong Tran <chuong.tran@amperecomputing.com>
Change-Id: Ie445bce125658aafa1cb42e2165439ea3a08ef41
diff --git a/org.openbmc.HostIpmi.conf b/org.openbmc.HostIpmi.conf
new file mode 100644
index 0000000..e494948
--- /dev/null
+++ b/org.openbmc.HostIpmi.conf
@@ -0,0 +1,24 @@
+<?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 needed to run openbmc ssif 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>