android_device_oneplus_dre/sepolicy/vendor/fastbootd.te

13 lines
276 B
Text
Raw Normal View History

2020-06-22 20:11:09 -04:00
recovery_only(`
allow fastbootd {
custom_ab_block_device
recovery_block_device
xbl_block_device
uefi_block_device
modem_block_device
mdtp_device
}:blk_file { rw_file_perms };
')
allow fastbootd tmpfs:lnk_file { getattr read };