Remove unnecessary dbus policy rules
[platform/core/uifw/stt.git] / stt-server.conf
index c7dd338..151bb15 100644 (file)
@@ -1,17 +1,9 @@
 <!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>