You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
567 B
Plaintext
20 lines
567 B
Plaintext
5 years ago
|
<!-- This configuration file specifies the required security policies
|
||
|
for BlueALSA core daemon to work. -->
|
||
|
|
||
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||
|
<busconfig>
|
||
|
|
||
|
<!-- ../system.conf have denied everything, so we just punch some holes -->
|
||
|
|
||
|
<policy user="root">
|
||
|
<allow own_prefix="org.bluealsa"/>
|
||
|
<allow send_destination="org.bluealsa"/>
|
||
|
</policy>
|
||
|
|
||
|
<policy group="audio">
|
||
|
<allow send_destination="org.bluealsa"/>
|
||
|
</policy>
|
||
|
|
||
|
</busconfig>
|