From 7a473d87205f72933edc67db885caeafed6fa4c0 Mon Sep 17 00:00:00 2001 From: Allen Chu Date: Sat, 18 Jan 2020 09:33:43 +0800 Subject: [PATCH] [ALPS03804621] [P migration] Revert "Remove SEPolicy violated" [Detail] Modify file.te to avoid this violated: type sysfs_keypad_file, file_type,sysfs_type; ==>type sysfs_keypad_file, fs_type; So, revert this change. MTK-Commit-Id: d60f20634eecfc97b7286c493884b3bea6d8e875 Change-Id: I9a1cd1d6888e4b9eb2fb1b70a4ad91d256e950c3 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 6c9e077..034b530 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