Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
2
 
3
<!DOCTYPE busconfig PUBLIC
4
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
5
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
6
<busconfig>
7
	<policy user="setroubleshoot">
8
		<allow own="org.fedoraproject.Setroubleshootd"/>
9
	</policy>
10
	<policy user="root">
11
		<allow send_destination="org.fedoraproject.Setroubleshootd"/>
12
	</policy>
13
	<policy context="default">
14
		<allow send_destination="org.fedoraproject.Setroubleshootd"
15
		       send_interface="org.fedoraproject.SetroubleshootdIface"
16
		       send_member="start"/>
17
		<allow send_destination="org.fedoraproject.Setroubleshootd"
18
		       send_interface="org.fedoraproject.SetroubleshootdIface"
19
		       send_member="finish"/>
20
		<allow send_destination="org.fedoraproject.Setroubleshootd"
21
		       send_interface="org.fedoraproject.SetroubleshootdIface"
22
		       send_member="check_for_new"/>
23
		<allow send_destination="org.fedoraproject.Setroubleshootd"
24
		       send_interface="org.fedoraproject.SetroubleshootdIface"
25
		       send_member="get_all_alerts"/>
26
		<allow send_destination="org.fedoraproject.Setroubleshootd"
27
		       send_interface="org.fedoraproject.SetroubleshootdIface"
28
		       send_member="get_all_alerts_since"/>
29
		<allow send_destination="org.fedoraproject.Setroubleshootd"
30
		       send_interface="org.fedoraproject.SetroubleshootdIface"
31
		       send_member="get_all_alerts_ignored"/>
32
		<allow send_destination="org.fedoraproject.Setroubleshootd"
33
		       send_interface="org.fedoraproject.SetroubleshootdIface"
34
		       send_member="get_alert"/>
35
		<allow send_destination="org.fedoraproject.Setroubleshootd"
36
		       send_interface="org.fedoraproject.SetroubleshootdIface"
37
		       send_member="set_filter"/>
38
		<allow send_destination="org.fedoraproject.Setroubleshootd"
39
		       send_interface="org.fedoraproject.SetroubleshootdIface"
40
		       send_member="delete_alert"/>
41
	    <allow send_destination="org.fedoraproject.Setroubleshootd"
42
		       send_interface="org.freedesktop.DBus.Introspectable"/>
43
	</policy>
44
</busconfig>