From 0b9d1a75687b30532fa5bc430c8c3f36e1bd1c88 Mon Sep 17 00:00:00 2001 From: Guobao Wang Date: Sat, 18 Jan 2020 10:19:51 +0800 Subject: [PATCH] [ALPS04763239] Remove the high risk sepolicy sysfs_vcorefs_pwrctrl Remove the high risk sepolicy sysfs_vcorefs_pwrctrl because its no longer in use. MTK-Commit-Id: 7aec1b3e31558366c3d3f098eb7c9eac02398a2a Change-Id: I2e0dcd99be464f01435f8e96ea6dd5fa6ca12716 CR-Id: ALPS04763239 Feature: SIM --- non_plat/mtkrild.te | 1 - r_non_plat/mtkrild.te | 1 - 2 files changed, 2 deletions(-) diff --git a/non_plat/mtkrild.te b/non_plat/mtkrild.te index 8268aa7..a134520 100644 --- a/non_plat/mtkrild.te +++ b/non_plat/mtkrild.te @@ -74,7 +74,6 @@ allow mtkrild devpts:chr_file { rw_file_perms }; allow mtkrild ccci_device:chr_file { rw_file_perms }; allow mtkrild misc_device:chr_file { rw_file_perms }; allow mtkrild proc_lk_env:file rw_file_perms; -allow mtkrild sysfs_vcorefs_pwrctrl:file { w_file_perms }; #allow mtkrild bootdevice_block_device:blk_file { rw_file_perms }; allow mtkrild para_block_device:blk_file { rw_file_perms }; diff --git a/r_non_plat/mtkrild.te b/r_non_plat/mtkrild.te index 8c30d35..ae80035 100644 --- a/r_non_plat/mtkrild.te +++ b/r_non_plat/mtkrild.te @@ -74,7 +74,6 @@ allow mtkrild devpts:chr_file { rw_file_perms }; allow mtkrild ccci_device:chr_file { rw_file_perms }; allow mtkrild misc_device:chr_file { rw_file_perms }; allow mtkrild proc_lk_env:file rw_file_perms; -allow mtkrild sysfs_vcorefs_pwrctrl:file { w_file_perms }; allow mtkrild bootdevice_block_device:blk_file { rw_file_perms }; allow mtkrild para_block_device:blk_file { rw_file_perms };