Change-Id: I964200397163a803b7df46ebf94448c87dfce1fc
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
-
-<!-- root can own the service -->
-
<policy context="default">
- <allow own_prefix="org.tizen.stt.client"/>
- <allow send_destination="org.tizen.stt.client"/>
-
- <allow own_prefix="org.tizen.voice.sttserver"/>
<check send_destination="org.tizen.voice.sttserver"
send_interface="org.tizen.voice.sttserver"
privilege="http://tizen.org/privilege/recorder" />
</policy>
-
</busconfig>