sepolicy: add vendor_init to clear avc denials

Change-Id: I12bb691c9796a7c2e4b755af8140cad150fa7b90
This commit is contained in:
Captain Throwback
2021-10-16 20:33:42 +00:00
committed by bigbiff
parent ab76bd7324
commit 32a17d528b
+1
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;
')