summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-31 01:01:40 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-31 01:01:40 +0000
commit4ec75a4f18ee1b98064010b173932cfe4319bdde (patch)
treea709cbdea7e877cc99237d5bef81a6612c9ce353
parent9caceb1f21bc48d4c01011065e51453954bf5762 (diff)
parent30e44b791ae4166acf28440dbd5a4e2bf858c7d8 (diff)
downloadwembley-sepolicy-4ec75a4f18ee1b98064010b173932cfe4319bdde.tar.gz
Snap for 7246408 from 30e44b791ae4166acf28440dbd5a4e2bf858c7d8 to sc-release
Change-Id: I87eba0adae7512e6098c062d0206fc6cce448021
-rw-r--r--non_plat/system_app.te9
1 files changed, 9 insertions, 0 deletions
diff --git a/non_plat/system_app.te b/non_plat/system_app.te
index a62e4d3..d5cf4e0 100644
--- a/non_plat/system_app.te
+++ b/non_plat/system_app.te
@@ -56,3 +56,12 @@ allowxperm system_app proc_mtk_jpeg:file ioctl {
# Purpose: Allow system app to access mtk fpsgo
allow system_app sysfs_fpsgo:dir search;
allow system_app sysfs_fpsgo:file r_file_perms;
+
+# Date 2021/03/29
+# Purpose: To support System navigation selection
+allow system_app mtk_cmdq_device:chr_file read;
+allow system_app mtk_cmdq_device:chr_file open;
+allow system_app mtk_cmdq_device:chr_file ioctl;
+allow system_app mtk_mdp_sync:chr_file read;
+allow system_app mtk_mdp_sync:chr_file open;
+allow system_app mtk_mdp_sync:chr_file ioctl;