]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/bus-policy/check-own-rules.conf
man: do not recommend rescue.target for alt-↑
[thirdparty/systemd.git] / test / bus-policy / check-own-rules.conf
CommitLineData
3a9cca11
LP
1<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
3<busconfig>
4 <user>mybususer</user>
5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
7 <servicedir>/usr/share/foo</servicedir>
8 <policy context="default">
9 <allow user="*"/>
10 <deny own="*"/>
11 <allow own_prefix="org.freedesktop.ManySystems"/>
12 </policy>
13
14</busconfig>