-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgigabyted.conf
26 lines (26 loc) · 982 Bytes
/
gigabyted.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
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy group="adm">
<allow send_destination="com.gigabyte.daemon"/>
<allow receive_sender="com.gigabyte.daemon"/>
</policy>
<policy group="sudo">
<allow send_destination="com.gigabyte.daemon"/>
<allow receive_sender="com.gigabyte.daemon"/>
</policy>
<policy group="users">
<allow send_destination="com.gigabyte.daemon"/>
<allow receive_sender="com.gigabyte.daemon"/>
</policy>
<policy group="wheel">
<allow send_destination="com.gigabyte.daemon"/>
<allow receive_sender="com.gigabyte.daemon"/>
</policy>
<policy user="root">
<allow own="com.gigabyte.daemon"/>
<allow send_destination="com.gigabyte.daemon"/>
<allow receive_sender="com.gigabyte.daemon"/>
</policy>
</busconfig>