-
Notifications
You must be signed in to change notification settings - Fork 55
/
stratisd.conf
117 lines (87 loc) · 4.08 KB
/
stratisd.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0"?> <!--*-nxml-*-->
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy user="root">
<allow own="org.storage.stratis3"/>
<allow send_destination="org.storage.stratis3"/>
</policy>
<policy context="default">
<deny own="org.storage.stratis3"/>
<deny send_destination="org.storage.stratis3"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.freedesktop.DBus.ObjectManager"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.freedesktop.DBus.Introspectable"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Report.r0"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Report.r1"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Report.r2"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Report.r3"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Report.r4"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Report.r5"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Report.r6"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Report.r7"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.freedesktop.DBus.Properties"
send_member="Get"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.freedesktop.DBus.Properties"
send_member="GetAll"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Manager.r0"
send_member="EngineStateReport"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Manager.r1"
send_member="EngineStateReport"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Manager.r2"
send_member="EngineStateReport"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Manager.r3"
send_member="EngineStateReport"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Manager.r4"
send_member="EngineStateReport"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Manager.r5"
send_member="EngineStateReport"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Manager.r6"
send_member="EngineStateReport"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Manager.r7"
send_member="EngineStateReport"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Manager.r0"
send_member="ListKeys"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Manager.r1"
send_member="ListKeys"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Manager.r2"
send_member="ListKeys"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Manager.r3"
send_member="ListKeys"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Manager.r4"
send_member="ListKeys"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Manager.r5"
send_member="ListKeys"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Manager.r6"
send_member="ListKeys"/>
<allow send_destination="org.storage.stratis3"
send_interface="org.storage.stratis3.Manager.r7"
send_member="ListKeys"/>
</policy>
</busconfig>