scx/rust/scx_loader/org.scx.Loader.conf
2024-08-30 00:56:27 +04:00

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>