blob: d51cd62c07a9d4ccea782435d591dbc4cc1a4117 [file] [log] [blame]
recovery_only(`
permissive recovery;
permissive init;
permissive logd;
permissive adbd;
permissive fastbootd;
permissive postinstall;
permissive ueventd;
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;
')