Files
android_bootable_recovery/sepolicy/twrp.te
T
bigbiff 477006a4a0 fastboot: allow device to start required healthd and boot-hal services
Change-Id: Iac1d20ce26d49e7a99071c968d8c8e654e5ff1c6
2021-06-25 18:36:36 -04:00

10 lines
195 B
Plaintext
Executable File

recovery_only(`
permissive recovery;
permissive init;
permissive logd;
permissive adbd;
permissive fastbootd;
allow kernel tmpfs:file { read };
allow kernel recovery:fd { use };
')