mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
20725d929f
Add some test files and routines for dbus policy checking.
16 lines
403 B
XML
16 lines
403 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">
|
|
<allow send_type="signal"/>
|
|
</policy>
|
|
|
|
<policy user="1">
|
|
<deny send_type="signal"/>
|
|
</policy>
|
|
|
|
</busconfig>
|