Skip to content

Commit

Permalink
sepolicy: make postinstall permissive
Browse files Browse the repository at this point in the history
Change-Id: I005669b31598a8917a1e70dc3284bdb857763955
  • Loading branch information
nebrassy authored and epicX67 committed Nov 14, 2021
1 parent b6c08a1 commit c1304fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sepolicy/twrp.te
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
')

0 comments on commit c1304fd

Please sign in to comment.