mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: Make fastbootd permissive in non-user recovery builds
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
d4d93fdded
commit
2e4278499e
2 changed files with 8 additions and 0 deletions
5
sepolicy/private/fastbootd.te
Normal file
5
sepolicy/private/fastbootd.te
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
recovery_only(`
|
||||
userdebug_or_eng(`
|
||||
permissive fastbootd;
|
||||
')
|
||||
')
|
||||
Loading…
Reference in a new issue