Change for dbus conf file 72/200872/2 accepted/tizen/unified/20190311.220527 submit/tizen/20190305.084341
authorJihoon Jung <jh8801.jung@samsung.com>
Tue, 5 Mar 2019 08:18:13 +0000 (17:18 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Tue, 5 Mar 2019 08:31:57 +0000 (17:31 +0900)
Change-Id: I4d38663c9581612ea388c2ad1e34e2b317ae82a0
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
packaging/org.tizen.NetNfcService.conf

index ec6a1193a9f54c09f4dee45aa35d58f679f27103..ede8c9daf3c9b73ef58268ddcc61154051bf1907 100644 (file)
@@ -2,32 +2,18 @@
  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 <busconfig>
-        <policy user="network_fw">
-                <allow own="org.tizen.NetNfcService"/>
-        </policy>
-        <policy user="system_fw">
-                <allow send_destination="org.tizen.NetNfcService" send_path="/org/tizen/NetNfcService"/>
-        </policy>
-        <policy group="system_share">
-                <allow send_destination="org.tizen.NetNfcService" send_path="/org/tizen/NetNfcService"/>
-        </policy>
-        <policy group="users">
-                <check send_destination="org.tizen.NetNfcService" privilege="http://tizen.org/privilege/nfc"/>
-        </policy>
+       <policy user="root">
+               <allow send_destination="org.tizen.NetNfcService"/>
+       </policy>
+       <policy user="network_fw">
+               <allow own="org.tizen.NetNfcService"/>
+               <allow send_destination="org.tizen.NetNfcService"/>
+       </policy>
+       <policy group="users">
+               <check send_destination="org.tizen.NetNfcService" privilege="http://tizen.org/privilege/nfc"/>
+       </policy>
        <policy context="default">
                <deny own="org.tizen.NetNfcService"/>
                <deny send_destination="org.tizen.NetNfcService"/>
-                <allow send_destination="org.tizen.NetNfcService" send_path="/org/tizen/NetNfcService/Snep" send_interface="org.tizen.NetNfcService.Snep"/>
-                <allow send_destination="org.tizen.NetNfcService" send_path="/org/tizen/NetNfcService/Handover" send_interface="org.tizen.NetNfcService.Handover"/>
-                <allow send_destination="org.tizen.NetNfcService" send_path="/org/tizen/NetNfcService/Hce" send_interface="org.tizen.NetNfcService.Hce"/>
-                <allow send_destination="org.tizen.NetNfcService" send_path="/org/tizen/NetNfcService/Manager" send_interface="org.tizen.NetNfcService.Manager"/>
-                <allow send_destination="org.tizen.NetNfcService" send_path="/org/tizen/NetNfcService/Tranceive" send_interface="org.tizen.NetNfcService.Transceive"/>
-                <allow send_destination="org.tizen.NetNfcService" send_path="/org/tizen/NetNfcService/P2p" send_interface="org.tizen.NetNfcService.P2p"/>
-                <allow send_destination="org.tizen.NetNfcService" send_path="/org/tizen/NetNfcService/Ndef" send_interface="org.tizen.NetNfcService.Ndef"/>
-                <allow send_destination="org.tizen.NetNfcService" send_path="/org/tizen/NetNfcService/SecureElement" send_interface="org.tizen.NetNfcService.SecureElement"/>
-                <allow send_destination="org.tizen.NetNfcService" send_path="/org/tizen/NetNfcService/Llcp" send_interface="org.tizen.NetNfcService.Llcp"/>
-                <allow send_destination="org.tizen.NetNfcService" send_path="/org/tizen/NetNfcService/Tag" send_interface="org.tizen.NetNfcService.Tag"/>
-                <allow send_destination="org.tizen.NetNfcService" send_path="/org/tizen/NetNfcService/Test" send_interface="org.tizen.NetNfcService.Test"/>
-                <allow send_destination="org.tizen.NetNfcService" send_path="/org/tizen/NetNfcService/Popup" send_interface="org.tizen.NetNfcService.Popup"/>
        </policy>
 </busconfig>