Merge "Provide fastbootd permissions to invoke the set_active command" into sc-dev am: 1256869c5c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/14391698 Change-Id: Ied6ebf69ba45c5a50a9ba35703b1cee14c31fa05
This commit is contained in:
commit
d9ca54da9b
1 changed files with 6 additions and 0 deletions
6
whitechapel/vendor/google/fastbootd.te
vendored
Normal file
6
whitechapel/vendor/google/fastbootd.te
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Required by the bootcontrol HAL for the 'set_active' command.
|
||||
recovery_only(`
|
||||
allow fastbootd devinfo_block_device:blk_file rw_file_perms;
|
||||
allow fastbootd sda_block_device:blk_file rw_file_perms;
|
||||
allow fastbootd sysfs_ota:file rw_file_perms;
|
||||
')
|
Loading…
Add table
Add a link
Reference in a new issue