17 lines
551 B
Plaintext
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> |