1 recovery_only(` 2 allow recovery ctl_rildaemon_prop:property_service set; 3 allow recovery device:dir rw_dir_perms; 4 allow recovery rootfs:dir rw_dir_perms; 5 allow recovery rootfs:file create_file_perms; 6 allow recovery sysfs_devices_system_cpu:file rw_file_perms; 7 allow recovery self:capability mknod; 8 allow recovery usbfs:dir rw_dir_perms; 9 allow recovery device:chr_file create_file_perms; 10 ') 11 12