[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)
This commit is contained in:
Allen Chu 2020-01-18 09:33:43 +08:00
parent f58168abbd
commit 7a473d8720

View File

@ -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