sepolicy: add vendor_init to clear avc denials

Change-Id: I12bb691c9796a7c2e4b755af8140cad150fa7b90
This commit is contained in:
Captain Throwback
2021-10-16 16:18:52 -04:00
committed by bigbiff
parent ab76bd7324
commit 32a17d528b

View File

@@ -7,4 +7,5 @@ recovery_only(`
allow kernel unlabeled:file rw_file_perms;
allow kernel tmpfs:file { read };
allow kernel recovery:fd { use };
allow vendor_init rootfs:dir read;
')