Fix the size of app id
[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   <policy user="root">
7     <allow own_prefix="org.tizen.stt.client"/>
8     <allow send_destination="org.tizen.stt.client"/>
9     <allow receive_sender="org.tizen.stt.client"/>
10   </policy>
11
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"/>
16   </policy>
17
18
19   <policy user="root">
20     <allow own="org.tizen.voice.sttserver"/>
21     <allow send_destination="org.tizen.voice.sttserver"/>
22     <allow receive_sender="org.tizen.voice.sttserver"/>
23   </policy>
24
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" />
29   </policy>
30 </busconfig>