blob: 2a5961f5aff1a98f18819a793e62c962ef388129 [file] [log] [blame]
recovery_only(`
permissive recovery;
permissive init;
permissive logd;
permissive adbd;
permissive fastbootd;
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;
allow postinstall tmpfs:file { getattr read execute };
')