Remove unnecessary dbus policy rules 33/211433/1
authorHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 5 Aug 2019 02:32:49 +0000 (11:32 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 5 Aug 2019 02:32:49 +0000 (11:32 +0900)
Change-Id: I964200397163a803b7df46ebf94448c87dfce1fc
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
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>