Merge "Add logs when successing on Dbus_no_reply" into tizen
[platform/core/uifw/voice-control.git] / vc-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.voice.vcclient"/>
8     <allow send_destination="org.tizen.voice.vcclient"/>
9
10     <allow own_prefix="org.tizen.voice.vcwidget"/>
11     <allow send_destination="org.tizen.voice.vcwidget"/>
12
13     <allow own_prefix="org.tizen.voice.vcmanager"/>
14     <allow send_destination="org.tizen.voice.vcmanager"/>
15
16     <allow own="org.tizen.voice.vcserver"/>
17     <allow send_destination="org.tizen.voice.vcserver"/>
18   </policy>
19 </busconfig>