mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
e91c8c2019
Just some cleanups around policy checks that came up during review. The code is still not productive.
18 lines
677 B
XML
18 lines
677 B
XML
<?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">
|
|
<deny send_type="method_call"/>
|
|
|
|
<deny send_destination="org.test.test1"/>
|
|
<allow send_destination="org.test.test1" send_interface="org.test.int1"/>
|
|
<allow send_destination="org.test.test1" send_interface="org.test.int2"/>
|
|
|
|
<allow receive_sender="org.test.test3" receive_interface="org.test.int3" receive_member="Member111"/>
|
|
</policy>
|
|
|
|
</busconfig>
|