1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
5 <!-- root can own the service -->
7 <allow own_prefix="org.tizen.stt.client"/>
8 <allow send_destination="org.tizen.stt.client"/>
9 <allow receive_sender="org.tizen.stt.client"/>
12 <policy context="default">
13 <allow own_prefix="org.tizen.stt.client"/>
14 <allow send_destination="org.tizen.stt.client"/>
15 <allow receive_sender="org.tizen.stt.client"/>
20 <allow own="org.tizen.voice.sttserver"/>
21 <allow send_destination="org.tizen.voice.sttserver"/>
22 <allow receive_sender="org.tizen.voice.sttserver"/>
25 <policy context="default">
26 <check send_destination="org.tizen.voice.sttserver"
27 send_interface="org.tizen.voice.sttserver"
28 privilege="http://tizen.org/privilege/recorder" />