sepolicy: make postinstall permissive
Change-Id: I005669b31598a8917a1e70dc3284bdb857763955
This commit is contained in:
+1
-1
@@ -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 };
|
||||
')
|
||||
|
||||
Reference in New Issue
Block a user