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