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