Revert "allow recovery and fastboot to access secure elment"

Revert "add gs101-specific recovery library"

Revert "recovery: enable support for device-specific WipeSe impl..."

Revert "clear secure element of Digital Car Keys during factory ..."

Revert submission 14983788-clear_keys

Reason for revert: b/192373955
Reverted Changes:
Ia8fc29e6c:add gs101-specific recovery library
Icc1eabfd4:clear secure element of Digital Car Keys during fa...
I943d97b26:recovery: enable support for device-specific WipeS...
I15c7fbd7f:allow recovery and fastboot to access secure elmen...

Change-Id: Ic576b40641171298ad840bedbd4a9f7b67052d95
This commit is contained in:
Kevin Han 2021-06-29 19:19:24 +00:00
parent 9ac870aa22
commit fd47b11162
2 changed files with 0 additions and 2 deletions

View file

@ -1,6 +1,5 @@
# Required by the bootcontrol HAL for the 'set_active' command.
recovery_only(`
allow fastbootd secure_element_device:chr_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 sysfs_ota:file rw_file_perms;

View file

@ -1,4 +1,3 @@
recovery_only(`
allow recovery sysfs_ota:file rw_file_perms;
allow recovery secure_element_device:chr_file rw_file_perms;
')