mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-10 13:57:25 +03:00
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>
|