summaryrefslogtreecommitdiff
path: root/sepolicy/whitechapel/vendor/google/fastbootd.te
blob: e350e0f3cb968ad75bc8e615cd71c942fdb39b34 (plain)
1
2
3
4
5
6
7
8
9
# Required by the bootcontrol HAL for the 'set_active' command.
recovery_only(`
allow fastbootd st54spi_device:chr_file rw_file_perms;
allow fastbootd devinfo_block_device:blk_file rw_file_perms;
allow fastbootd sda_block_device:blk_file rw_file_perms;
allow fastbootd sysfs_ota:file rw_file_perms;
allow fastbootd custom_ab_block_device:blk_file rw_file_perms;
allow fastbootd citadel_device:chr_file rw_file_perms;
')