Merge "Provide fastbootd permissions to invoke the set_active command" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1256869c5c
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;
|
||||
')
|
||||
Reference in New Issue
Block a user