mediacore-hid/cfg/dbus/nl.miqra.MediaCore.Hid.conf
2018-09-24 15:45:06 +00:00

17 lines
551 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>
<!-- Only root can own MediaCore connections -->
<policy user="root">
<allow own="nl.miqra.MediaCore.Hid"/>
</policy>
<!-- Allow anyone to invoke methods on MediaCore connections -->
<policy context="default">
<allow send_destination="nl.miqra.MediaCore.Hid"/>
<allow receive_sender="nl.miqra.MediaCore.Hid"/>
</policy>
</busconfig>