sepolicy: make postinstall permissive

Change-Id: I005669b31598a8917a1e70dc3284bdb857763955
This commit is contained in:
nebrassy
2021-11-10 13:34:18 +00:00
committed by bigbiff
parent 2ec1df43d3
commit 5ca08db4e6
+1 -1
View File
@@ -4,10 +4,10 @@ recovery_only(`
permissive logd;
permissive adbd;
permissive fastbootd;
permissive postinstall;
allow kernel unlabeled:file rw_file_perms;
allow kernel tmpfs:file { read };
allow kernel recovery:fd { use };
allow unlabeled unlabeled:filesystem associate;
allow vendor_init rootfs:dir read;
allow postinstall tmpfs:file { getattr read execute };
')