sm8250-common: Setup fastbootd
This commit is contained in:
parent
e1fe99f72f
commit
564f71535b
5 changed files with 102 additions and 0 deletions
12
sepolicy/vendor/fastbootd.te
vendored
Normal file
12
sepolicy/vendor/fastbootd.te
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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 };
|
||||
Loading…
Add table
Add a link
Reference in a new issue