Merge "allow recovery and fastboot to access secure elment" into sc-dev am: be3d2bf325
am: 7432c08ac9
am: af434666a3
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/14681841 Change-Id: Ic987b854fdd1c587ba0fb99f517240e6a4debf7f
This commit is contained in:
commit
fdf388f2c4
2 changed files with 2 additions and 0 deletions
1
whitechapel/vendor/google/fastbootd.te
vendored
1
whitechapel/vendor/google/fastbootd.te
vendored
|
@ -1,5 +1,6 @@
|
||||||
# Required by the bootcontrol HAL for the 'set_active' command.
|
# Required by the bootcontrol HAL for the 'set_active' command.
|
||||||
recovery_only(`
|
recovery_only(`
|
||||||
|
allow fastbootd secure_element_device:chr_file rw_file_perms;
|
||||||
allow fastbootd devinfo_block_device:blk_file rw_file_perms;
|
allow fastbootd devinfo_block_device:blk_file rw_file_perms;
|
||||||
allow fastbootd sda_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;
|
allow fastbootd sysfs_ota:file rw_file_perms;
|
||||||
|
|
1
whitechapel/vendor/google/recovery.te
vendored
1
whitechapel/vendor/google/recovery.te
vendored
|
@ -1,3 +1,4 @@
|
||||||
recovery_only(`
|
recovery_only(`
|
||||||
allow recovery sysfs_ota:file rw_file_perms;
|
allow recovery sysfs_ota:file rw_file_perms;
|
||||||
|
allow recovery secure_element_device:chr_file rw_file_perms;
|
||||||
')
|
')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue