sepolicy: basic: non_plat: Allow nvram_daemon to search metadata files
Signed-off-by: Zinadin Zidan <zidan44@pixelexperience.org> Change-Id: Ib74216772112fb8613d4de3178a2777dc5dc7d7e
This commit is contained in:
parent
3afd698bbd
commit
8b8dc4fb5f
@ -85,3 +85,6 @@ allow nvram_daemon sysfs_boot_mode:file r_file_perms;
|
|||||||
allow nvram_daemon proc_cmdline: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:dir r_dir_perms;
|
||||||
allow nvram_daemon sysfs_dt_firmware_android:file r_file_perms;
|
allow nvram_daemon sysfs_dt_firmware_android:file r_file_perms;
|
||||||
|
|
||||||
|
# Purpose: Allow to search metadata files
|
||||||
|
allow nvram_daemon metadata_file:dir search;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user