summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis YC Hsieh <dennis-yc.hsieh@mediatek.com>2020-07-30 13:37:57 +0800
committerDennis YC Hsieh <dennis-yc.hsieh@mediatek.com>2020-07-30 15:17:42 +0800
commitc332b475fee2ca516976b8cdefbf3e9340dcc758 (patch)
tree336c20114af7147a443a842f87c2ea59271205b4
parent713aa3f6fcc2fe47cf905b6014da5317ac025157 (diff)
downloadwembley-sepolicy-c332b475fee2ca516976b8cdefbf3e9340dcc758.tar.gz
[ALPS05235347] mdp: add permission for mdp aipq
add permission for mdp aipq Change-Id: Icc9492be9d87ade39ba20bf455911535208cd6fe CR-Id: ALPS05235347 Feature: [Module]MDP Driver
-rw-r--r--non_plat/mtk_hal_mms.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/non_plat/mtk_hal_mms.te b/non_plat/mtk_hal_mms.te
index 01b83f3..5a2239b 100644
--- a/non_plat/mtk_hal_mms.te
+++ b/non_plat/mtk_hal_mms.te
@@ -57,3 +57,6 @@ allowxperm mtk_hal_mms proc_mtk_jpeg:file ioctl {
allow mtk_hal_mms platform_app:fd use;
# Purpose : Allow Miravision to set Sharpness
allow mtk_hal_mms system_app:fd use;
+
+# Purpose : Allow to set property for AIPQ
+allow mtk_hal_mms apusys_device:chr_file rw_file_perms;