Fix crash when connection was null
[platform/core/uifw/stt.git] / stt-server.conf
index 6a3c338..151bb15 100644 (file)
@@ -1,27 +1,6 @@
 <!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 user="root">
-    <allow own_prefix="org.tizen.stt.client"/>
-    <allow send_destination="org.tizen.stt.client"/>
-    <allow receive_sender="org.tizen.stt.client"/>
-  </policy>
-
-  <policy context="default">
-    <allow own_prefix="org.tizen.stt.client"/>
-    <allow send_destination="org.tizen.stt.client"/>
-    <allow receive_sender="org.tizen.stt.client"/>
-  </policy>
-
-
-  <policy user="root">
-    <allow own="org.tizen.voice.sttserver"/>
-    <allow send_destination="org.tizen.voice.sttserver"/>
-    <allow receive_sender="org.tizen.voice.sttserver"/>
-  </policy>
-
   <policy context="default">
     <check send_destination="org.tizen.voice.sttserver"
     send_interface="org.tizen.voice.sttserver"