permission required for adb sideload to work

Bug: 183174452
Test: do adb sideload under enforcing mode
Change-Id: I2ba05b22729894d2677859fd33a6370f2ff9d409
This commit is contained in:
Adam Shih 2021-03-23 14:17:23 +08:00
parent 9c46632091
commit fd45b5ef27

3
whitechapel/vendor/google/recovery.te vendored Normal file
View file

@ -0,0 +1,3 @@
recovery_only(`
allow recovery sysfs_ota:file rw_file_perms;
')