From f58168abbd4e01695c58724cc58ef817314a4ce9 Mon Sep 17 00:00:00 2001 From: Allen Chu Date: Sat, 18 Jan 2020 09:33:20 +0800 Subject: [PATCH] [ALPS03804621] [P migration] Remove SEPolicy violated [Detail] Android P adds "never allow" rule for access system file MTK-Commit-Id: 819e979bea9491adf5fe40d804a9a49ea3931e86 Change-Id: Ie2bc5ce87a9ce0249ec8e4df03a416a7f94cb4d5 CR-Id: ALPS03804621 Feature: DSDS (Dual SIM Dual Standby) Framework-Common Framework(RIL) --- non_plat/radio.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/non_plat/radio.te b/non_plat/radio.te index 034b530..6c9e077 100644 --- a/non_plat/radio.te +++ b/non_plat/radio.te @@ -3,7 +3,7 @@ # ============ # Purpose : allow to access kpd driver file -allow radio sysfs_keypad_file:dir { w_dir_perms }; +#allow radio sysfs_keypad_file:dir { w_dir_perms }; allow radio sysfs_keypad_file:file { w_file_perms }; # Date : WK15.34 2015/08/21