commit | b9655640f7f386969bbcf05362147d850557c18b | [log] [tgz] |
---|---|---|
author | bigbiff <bigbiff@teamw.in> | Sat Oct 23 13:33:51 2021 -0400 |
committer | bigbiff <bigbiff@teamw.in> | Sat Oct 23 13:33:51 2021 -0400 |
tree | e71488a9695727ee2e237d8112e61cf36d64e9af | |
parent | 83298f53756f41f56ed7c6c42bb2df0d30221c60 [diff] |
postinstall: allow twrp to run postinstall scripts Change-Id: I9b2ff1b94611bf08e53a5cc452872eb3942dd160
diff --git a/sepolicy/twrp.te b/sepolicy/twrp.te index 67eb563..6f43dc2 100755 --- a/sepolicy/twrp.te +++ b/sepolicy/twrp.te
@@ -8,4 +8,5 @@ allow kernel tmpfs:file { read }; allow kernel recovery:fd { use }; allow vendor_init rootfs:dir read; + allow postinstall tmpfs:file { getattr read execute }; ')