chiark / gitweb /
bus-policy: also add in other bus policy tests from dbus1
[elogind.git] / test / bus-policy / hello.conf
1 <?xml version="1.0"?> <!--*-nxml-*-->
2 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3         "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4
5 <busconfig>
6
7         <policy context="default">
8                 <allow user="*"/>
9
10                 <deny user="1"/>
11                 <deny group="1"/>
12         </policy>
13
14 </busconfig>