mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
25 lines
649 B
Plaintext
25 lines
649 B
Plaintext
|
<?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">
|
||
|
|
||
|
<busconfig>
|
||
|
|
||
|
<policy context="default">
|
||
|
<allow own="org.test.test1"/>
|
||
|
</policy>
|
||
|
|
||
|
<policy context="mandatory">
|
||
|
<deny own="org.test.test3"/>
|
||
|
</policy>
|
||
|
|
||
|
<policy user="root">
|
||
|
<allow own="org.test.test2"/>
|
||
|
<allow own="org.test.test3"/>
|
||
|
</policy>
|
||
|
|
||
|
<policy user="1">
|
||
|
<allow own="org.test.test4"/>
|
||
|
</policy>
|
||
|
|
||
|
</busconfig>
|