Update dbus for autostarting daemon and add dbus configure file
[platform/core/uifw/tts.git] / tts-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="default">
7     <allow own_prefix="org.tizen.tts"/>
8     <allow send_destination="org.tizen.tts"/>
9     <allow receive_sender="org.tizen.tts"/>
10   </policy>
11
12   <policy user="root">
13     <allow own_prefix="org.tizen.tts"/>
14     <allow send_destination="org.tizen.tts"/>
15     <allow receive_sender="org.tizen.tts"/>
16   </policy>
17
18   <policy context="default">
19     <allow own_prefix="org.tizen.tts"/>
20     <allow send_destination="org.tizen.tts"/>
21     <allow receive_sender="org.tizen.tts"/>
22   </policy>
23
24
25   <policy user="default">
26     <allow own="org.tizen.voice.ttsserver"/>
27     <allow send_destination="org.tizen.voice.ttsserver"/>
28     <allow receive_sender="org.tizen.voice.ttsserver"/>
29   </policy>
30
31   <policy user="root">
32     <allow own="org.tizen.voice.ttsserver"/>
33     <allow send_destination="org.tizen.voice.ttsserver"/>
34     <allow receive_sender="org.tizen.voice.ttsserver"/>
35   </policy>
36   
37   <policy user="system">
38     <allow own="org.tizen.voice.ttsserver"/>
39     <allow send_destination="org.tizen.voice.ttsserver"/>
40     <allow receive_sender="org.tizen.voice.ttsserver"/>
41   </policy>
42   
43   <!--
44   <policy context="default">
45     <check send_destination="org.tizen.voice.ttsserver"
46     send_interface="org.tizen.voice.ttsserver"
47     privilege="(n/a)" />
48   </policy>
49   -->
50   
51   <!--
52   <policy context="default">
53     <check send_destination="org.tizen.voice.ttsserver"
54     send_interface="org.tizen.voice.ttsserver"
55     privilege="http://tizen.org/privilege/recorder" />
56   </policy>
57   -->
58 </busconfig>