Add missing dbus privilege checking rules 34/127834/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 2 May 2017 02:26:58 +0000 (11:26 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 2 May 2017 02:26:58 +0000 (11:26 +0900)
Change-Id: I8a01a928bf0d2db1ce3242e2a59b174855a5eae3
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
packaging/org.tizen.contextagent.conf

index 9dfee23..f6f0870 100644 (file)
                <deny own="org.tizen.contextagent"/>
                <allow send_destination="org.tizen.contextagent"
                       send_interface="org.tizen.contextagent.Legacy"/>
+               <check send_destination="org.tizen.contextagent"
+                      send_interface="org.tizen.contextagent.Legacy"
+                      send_member="ChkPrivAppLaunch"
+                      privilege="http://tizen.org/privilege/appmanager.launch"/>
+               <check send_destination="org.tizen.contextagent"
+                      send_interface="org.tizen.contextagent.Legacy"
+                      send_member="ChkPrivCall"
+                      privilege="http://tizen.org/privilege/call"/>
+               <check send_destination="org.tizen.contextagent"
+                      send_interface="org.tizen.contextagent.Legacy"
+                      send_member="ChkPrivNotification"
+                      privilege="http://tizen.org/privilege/notification"/>
        </policy>
 </busconfig>