- <!DOCTYPE busconfig PUBLIC
- "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
- <busconfig>
- <!-- 允许所有用户注册 com.softbus.Daemon 服务 -->
- <policy context="default">
- <allow own="com.softbus.Daemon"/>
- <allow send_destination="com.softbus.Daemon"/>
- <allow receive_sender="com.softbus.Daemon"/>
- </policy>
- </busconfig>
|