mirror of
https://github.com/JakeHillion/scx.git
synced 2024-12-01 21:37:12 +00:00
16 lines
540 B
Plaintext
16 lines
540 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>
|
|
<!-- why do we allow receive_sender here?? -->
|
|
<policy user="root">
|
|
<allow own="org.scx.Loader"/>
|
|
<allow send_destination="org.scx.Loader"/>
|
|
<allow receive_sender="org.scx.Loader"/>
|
|
</policy>
|
|
<policy context="default">
|
|
<allow send_destination="org.scx.Loader"/>
|
|
<allow receive_sender="org.scx.Loader"/>
|
|
</policy>
|
|
</busconfig>
|