postinstall: allow twrp to run postinstall scripts

Change-Id: I9b2ff1b94611bf08e53a5cc452872eb3942dd160
This commit is contained in:
bigbiff
2021-10-23 13:33:51 -04:00
parent 83298f5375
commit b9655640f7
+1
View File
@@ -8,4 +8,5 @@ recovery_only(`
allow kernel tmpfs:file { read };
allow kernel recovery:fd { use };
allow vendor_init rootfs:dir read;
allow postinstall tmpfs:file { getattr read execute };
')