加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
org.openbmc.HostIpmi.conf 732 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cyril Bur 提交于 2015-10-28 15:51 . Add appropriate systemd service files
<?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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化