Fix dbus policy
[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 context="default">
7     <allow own_prefix="org.tizen.tts"/>
8     <allow send_destination="org.tizen.tts"/>
9
10     <allow own="org.tizen.voice.ttsserver"/>
11     <allow send_destination="org.tizen.voice.ttsserver"/>
12
13     <allow own="org.tizen.voice.ttsnotiserver"/>
14     <allow send_destination="org.tizen.voice.ttsnotiserver"/>
15
16     <allow own="org.tizen.voice.ttssrserver"/>
17     <allow send_destination="org.tizen.voice.ttssrserver"/>
18
19     <allow own="org.tizen.voice.ttsinterruptserver"/>
20     <allow send_destination="org.tizen.voice.ttsinterruptserver"/>
21   </policy>
22
23 </busconfig>