1recovery_only(`
2  allow recovery sysfs_ota:file rw_file_perms;
3  allow recovery st54spi_device:chr_file rw_file_perms;
4  allow recovery tee_device:chr_file rw_file_perms;
5  allow recovery sysfs_scsi_devices_0000:file r_file_perms;
6  allow recovery sysfs_scsi_devices_0000:dir r_dir_perms;
7  set_prop(recovery, boottime_prop)
8')
9