This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_oneplus_sm7250-common/sepolicy/vendor/fastbootd.te
2020-06-27 00:17:13 +02:00

13 lines
276 B
Plaintext

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 };