Add device sepolicy for fastbootd

This is required to allow flashing.

Bug: 78793464
Test: adb reboot fastboot && fastboot flashall
Change-Id: Iae8892eaa8c7ccfbb3379c9fa1a35f2088b92bca
This commit is contained in:
Hridya Valsaraju
2018-08-09 10:21:33 -07:00
parent 9ff3cc386f
commit e184a26773

1
sepolicy/vendor/fastboot.te vendored Normal file
View File

@@ -0,0 +1 @@
allow fastbootd ab_block_device:blk_file rw_file_perms;