sepolicy: basic: non_plat: Drop sysfs_block type

* The sysfs_block type was removed in the T sepolicy.

Signed-off-by: bengris32 <bengris32@protonmail.ch>
Change-Id: Ib301a4b49d1a74013923fc6c56ade1a2a3c5c13d
This commit is contained in:
bengris32 2022-08-20 12:03:32 +01:00 committed by Matsvei Niaverau
parent 3538c267c2
commit 13193b0c71
3 changed files with 0 additions and 14 deletions

View File

@ -511,10 +511,6 @@ allow factory device:dir r_dir_perms;
# Date: 2021/07/30
# Operation : To access camera control daemon driver
allow factory mtk_ccd_device:chr_file rw_file_perms;
# Date: 2021/08/27
# Operation : add permission for storage
allow factory sysfs_block:dir search;
# Date: 2022/01/24
allow factory mnt_vendor_file:dir search;

View File

@ -47,8 +47,3 @@ allow recovery proc_filesystems:file r_file_perms;
# Seen during 'Wipe data/factory reset'
allow recovery devpts:chr_file rw_file_perms;
# Date : WK36.02
# Operation : OTA-SIU
# Purpose : Android Migration for Google issue
allow recovery sysfs_block:dir search;

View File

@ -56,8 +56,3 @@ allow update_engine sysfs_devices_block:dir search;
allow update_engine postinstall_block_device:dir w_dir_perms;
allow update_engine postinstall_block_device:lnk_file create_file_perms;
allow update_engine proc_bootconfig:file r_file_perms;
# Date : 2022/02/07
# Operation : T migration
# Purpose : Add permission for pl path utilities
allow update_engine sysfs_block:dir search;