Add device sepolicy for fastbootd

This is required to allow flashing.

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

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

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