Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
<?xml version="1.0"?>
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
	<policy context="default">
7
		<allow receive_sender="com.redhat.tuned" />
8
		<allow send_destination="com.redhat.tuned" send_interface="org.freedesktop.DBus.Introspectable" />
9
		<allow send_destination="com.redhat.tuned" send_interface="com.redhat.tuned.control" />
10
	</policy>
11
 
12
	<policy user="root">
13
		<allow own="com.redhat.tuned" />
14
		<allow send_destination="com.redhat.tuned" />
15
	</policy>
16
</busconfig>