blob: 2a5961f5aff1a98f18819a793e62c962ef388129 [file] [log] [blame]
Andrea Mennillof591c872015-11-03 20:58:11 +01001recovery_only(`
Andrea Mennillof591c872015-11-03 20:58:11 +01002 permissive recovery;
bigbiffd58ba182020-03-23 10:02:29 -04003 permissive init;
bigbiff91bd7a72021-01-03 17:33:01 -05004 permissive logd;
5 permissive adbd;
bigbiff477006a2021-05-14 19:51:26 -04006 permissive fastbootd;
micky38725969602021-10-04 12:16:22 +02007 allow kernel unlabeled:file rw_file_perms;
bigbiff0e97f7e2021-02-25 10:16:59 -05008 allow kernel tmpfs:file { read };
9 allow kernel recovery:fd { use };
Captain Throwback3d0a6442021-10-27 11:55:50 -040010 allow unlabeled unlabeled:filesystem associate;
Captain Throwback32a17d52021-10-16 16:18:52 -040011 allow vendor_init rootfs:dir read;
bigbiffb9655642021-10-23 13:33:51 -040012 allow postinstall tmpfs:file { getattr read execute };
Andrea Mennillof591c872015-11-03 20:58:11 +010013')