From 440444598b72884fa9ec9d5f5a63e3bb7df2fd1d Mon Sep 17 00:00:00 2001 From: Radoslaw Bartosiak Date: Tue, 6 Oct 2015 17:37:30 +0200 Subject: [PATCH] Add privilege-group mapping for four privileges According to Tizen security policy, services might be allowed to check access to resources using DAC groups corresponding to privileges https://wiki.tizen.org/wiki/Security/User_and_group_ID_assignment_policy. This commit introduces mapping between groups and privileges needed by libmm-camcorder and media-content projects. Change-Id: I8763bb83a8b294c05b4623c0a921e739d3be7bc5 Signed-off-by: Radoslaw Bartosiak --- policy/privilege-group.list | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/privilege-group.list b/policy/privilege-group.list index d679d0c..fa85b6f 100644 --- a/policy/privilege-group.list +++ b/policy/privilege-group.list @@ -4,3 +4,7 @@ # - each line of " " describes single mapping # - privilege and group separated by white spaces # - lines starting with '#' are ignored +http://tizen.org/privilege/camera priv_camera +http://tizen.org/privilege/recorder priv_recorder +http://tizen.org/privilege/mediastorage priv_mediastorage +http://tizen.org/privilege/externalstorage priv_externalstorage -- 2.7.4