mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
27 lines
993 B
Plaintext
27 lines
993 B
Plaintext
<!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="org.asuslinux.Daemon"/>
|
|
<allow receive_sender="org.asuslinux.Daemon"/>
|
|
</policy>
|
|
<policy group="sudo">
|
|
<allow send_destination="org.asuslinux.Daemon"/>
|
|
<allow receive_sender="org.asuslinux.Daemon"/>
|
|
</policy>
|
|
<policy group="users">
|
|
<allow send_destination="org.asuslinux.Daemon"/>
|
|
<allow receive_sender="org.asuslinux.Daemon"/>
|
|
</policy>
|
|
<policy group="wheel">
|
|
<allow send_destination="org.asuslinux.Daemon"/>
|
|
<allow receive_sender="org.asuslinux.Daemon"/>
|
|
</policy>
|
|
<policy user="root">
|
|
<allow own="org.asuslinux.Daemon"/>
|
|
<allow send_destination="org.asuslinux.Daemon"/>
|
|
<allow receive_sender="org.asuslinux.Daemon"/>
|
|
</policy>
|
|
</busconfig>
|