Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
<!DOCTYPE busconfig PUBLIC
2
          "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3
          "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4
<busconfig>
5
 
6
	<!-- Only root can own the realm service -->
7
	<policy user="root">
8
		<allow own="org.freedesktop.realmd"/>
9
	</policy>
10
 
11
	<policy context="default">
12
		<allow send_destination="org.freedesktop.realmd" />
13
	</policy>
14
 
15
</busconfig>