16 lines
469 B
Plaintext
16 lines
469 B
Plaintext
|
<?xml version="1.0"?><!--*-nxml-*-->
|
||
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||
|
|
||
|
<busconfig>
|
||
|
|
||
|
<!-- System-wide Mycroft services run as 'mycroft' user. -->
|
||
|
|
||
|
<policy user="mycroft">
|
||
|
<allow own="com.openvoiceos"/>
|
||
|
<allow send_destination="com.openvoiceos.mycroft.audio"/>
|
||
|
<allow receive_sender="com.openvoiceos.mycroft.audio"/>
|
||
|
</policy>
|
||
|
|
||
|
</busconfig>
|