sepolicy: basic: non_plat: Allow ccci_mdinit to read bootmode

Signed-off-by: bengris32 <bengris32@protonmail.ch>
Change-Id: Ic7fde9763638697168b38f9c88639a83a2e06290
This commit is contained in:
bengris32 2022-08-15 12:49:09 +01:00 committed by Matsvei Niaverau
parent 237af02add
commit 9f597c6ceb

View File

@ -89,6 +89,7 @@ allow ccci_mdinit sysfs_ccci:file rw_file_perms;
allow ccci_mdinit sysfs_ssw:dir search;
allow ccci_mdinit sysfs_ssw:file r_file_perms;
allow ccci_mdinit sysfs_boot_info:file r_file_perms;
allow ccci_mdinit sysfs_boot_mode:file r_file_perms;
# Purpose : Allow ccci_mdinit to open and read/write /proc/bootprof
allow ccci_mdinit proc_bootprof:file rw_file_perms;