blob: 6f43dc2569de50aebf7424407feea7f2c07ecb7c [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 vendor_init rootfs:dir read;
allow postinstall tmpfs:file { getattr read execute };
')