fix build breakage: device/google/zumapro-sepolicy/legacy/whitechapel_pro/file.te:4:ERROR 'Duplicate declaration of type' at token ';' on line 104436: type tcpdump_vendor_data_file, file_type, data_file_type; type updated_wifi_firmware_data_file, file_type, data_file_type; Bug: 272725898 Change-Id: Ic17d18409c28760d172a4ee7a5beb6c90016a381
8 lines
328 B
Text
8 lines
328 B
Text
recovery_only(`
|
|
allow recovery sysfs_ota:file rw_file_perms;
|
|
allow recovery st54spi_device:chr_file rw_file_perms;
|
|
allow recovery tee_device:chr_file rw_file_perms;
|
|
allow recovery sysfs_scsi_devices_0000:file r_file_perms;
|
|
allow recovery sysfs_scsi_devices_0000:dir r_dir_perms;
|
|
set_prop(recovery, boottime_prop)
|
|
')
|