sepolicy: basic: non_plat: Address nvram_daemon denials
Signed-off-by: bengris32 <bengris32@protonmail.ch> Change-Id: I86df292fa27eb3756deaf537085607c20c7f6a99
This commit is contained in:
parent
f5923e2c19
commit
3afd698bbd
@ -76,4 +76,12 @@ allow nvram_daemon sysfs_boot_mode:file r_file_perms;
|
||||
read_fstab(nvram_daemon)
|
||||
|
||||
# Purpose: Wifi NVRAM ConnFem Kernel node access
|
||||
allow nvram_daemon connfem_device:chr_file rw_file_perms;
|
||||
allow nvram_daemon connfem_device:chr_file rw_file_perms;
|
||||
|
||||
# Purpose: Allow nvram_daemon to search /mnt/vendor/nvdata for fstab
|
||||
allow nvram_daemon mnt_vendor_file:dir search;
|
||||
allow nvram_daemon self:capability { fowner chown fsetid };
|
||||
allow nvram_daemon sysfs_boot_mode:file r_file_perms;
|
||||
allow nvram_daemon proc_cmdline:file r_file_perms;
|
||||
allow nvram_daemon sysfs_dt_firmware_android:dir r_dir_perms;
|
||||
allow nvram_daemon sysfs_dt_firmware_android:file r_file_perms;
|
||||
|
Loading…
x
Reference in New Issue
Block a user