forked from stratis-storage/stratisd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stratisd.conf
54 lines (40 loc) · 1.83 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
<?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.stratis2"/>
<allow send_destination="org.storage.stratis2"/>
</policy>
<policy context="default">
<deny own="org.storage.stratis2"/>
<deny send_destination="org.storage.stratis2"/>
<allow send_destination="org.storage.stratis2"
send_interface="org.freedesktop.DBus.ObjectManager"/>
<allow send_destination="org.storage.stratis2"
send_interface="org.freedesktop.DBus.Introspectable"/>
<allow send_destination="org.storage.stratis2"
send_interface="org.storage.stratis2.FetchProperties"/>
<allow send_destination="org.storage.stratis2"
send_interface="org.storage.stratis2.FetchProperties.r1"/>
<allow send_destination="org.storage.stratis2"
send_interface="org.storage.stratis2.FetchProperties.r2"/>
<allow send_destination="org.storage.stratis2"
send_interface="org.storage.stratis2.FetchProperties.r3"/>
<allow send_destination="org.storage.stratis2"
send_interface="org.storage.stratis2.FetchProperties.r4"/>
<allow send_destination="org.storage.stratis2"
send_interface="org.storage.stratis2.Report.r1"/>
<allow send_destination="org.storage.stratis2"
send_interface="org.storage.stratis2.Report.r4"/>
<allow send_destination="org.storage.stratis2"
send_interface="org.freedesktop.DBus.Properties"
send_member="Get"/>
<allow send_destination="org.storage.stratis2"
send_interface="org.freedesktop.DBus.Properties"
send_member="GetAll"/>
<allow send_destination="org.storage.stratis2"
send_interface="org.storage.stratis2.Manager.r4"
send_member="EngineStateReport"/>
</policy>
</busconfig>