Fix dbus delay when requesting hello
[platform/core/uifw/stt.git] / stt-server.conf
1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
3 <busconfig>
4
5 <!-- root can own the service -->
6
7   <policy context="default">
8     <allow own_prefix="org.tizen.stt.client"/>
9     <allow send_destination="org.tizen.stt.client"/>
10
11     <allow own_prefix="org.tizen.voice.sttserver"/>
12     <check send_destination="org.tizen.voice.sttserver"
13     send_interface="org.tizen.voice.sttserver"
14     privilege="http://tizen.org/privilege/recorder" />
15   </policy>
16
17 </busconfig>