summaryrefslogtreecommitdiff
path: root/vendor/google/init.te
blob: 5ed0eb997e9df79871dc5401e010b5de515601e5 (plain)
1
2
3
4
5
6
7
8
9
10
allow init boot_block_device:lnk_file relabelto;
allow init custom_ab_block_device:lnk_file relabelto;

allow init sysfs_scsi_devices_0000:file w_file_perms;

# b/144264879 Thermal mitigation in recovery mode
recovery_only(`
  allow init sysfs_thermal:file rw_file_perms;
  allow init sysfs_poweroff:file w_file_perms;
')