mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 02:21:44 +03:00
15 lines
373 B
Plaintext
15 lines
373 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 user="*"/>
|
||
|
|
||
|
<deny user="1"/>
|
||
|
<deny group="1"/>
|
||
|
</policy>
|
||
|
|
||
|
</busconfig>
|