Remove duplicated dbus policy 48/187948/1
authorWootak Jung <wootak.jung@samsung.com>
Thu, 30 Aug 2018 00:11:37 +0000 (09:11 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Thu, 30 Aug 2018 00:11:37 +0000 (09:11 +0900)
- Some policies are existing in bluez already

Change-Id: I7d71d53f885a8ceb793bbe6a2af484da5fd7cd70

bt-oal/bluez_hal/bluetooth-frwk-gap-agent.conf

index b76e79c..635b385 100644 (file)
@@ -4,28 +4,18 @@
     <policy user="root">
         <!-- service name(org.bt.frwk.p<pid>) is changeable by pid -->
         <allow own_prefix="org.bt.frwk"/>
-        <allow send_interface="org.bluez.GattCharacteristic1"/>
-           <allow send_destination="org.bluez"/>
-        <allow send_interface="org.freedesktop.DBus.ObjectManager"/>
         <allow send_interface="org.bluez.Profile1" send_member="NewConnection"/>
         <allow send_interface="org.bluez.Profile1" send_member="RequestDisconnection"/>
     </policy>
     <policy group="network_fw">
         <!-- service name(org.bt.frwk.p<pid>) is changeable by pid -->
         <allow own_prefix="org.bt.frwk"/>
-        <allow send_interface="org.bluez.GattCharacteristic1"/>
-           <allow send_destination="org.bluez"/>
-        <allow send_interface="org.freedesktop.DBus.ObjectManager"/>
         <allow send_interface="org.bluez.Profile1" send_member="NewConnection"/>
         <allow send_interface="org.bluez.Profile1" send_member="RequestDisconnection"/>
     </policy>
     <policy context="default">
         <deny own_prefix="org.bt.frwk"/>
-        <deny send_interface="org.bluez.GattCharacteristic1"/>
-       <deny send_destination="org.bluez"/>
-       <deny send_interface="org.freedesktop.DBus.ObjectManager"/>
         <deny send_interface="org.bluez.Profile1" send_member="NewConnection"/>
         <deny send_interface="org.bluez.Profile1" send_member="RequestDisconnection"/>
     </policy>
 </busconfig>
-