From fd47b111621b7d008af72615c1aa05b059347af9 Mon Sep 17 00:00:00 2001 From: Kevin Han Date: Tue, 29 Jun 2021 19:19:24 +0000 Subject: [PATCH] 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 --- whitechapel/vendor/google/fastbootd.te | 1 - whitechapel/vendor/google/recovery.te | 1 - 2 files changed, 2 deletions(-) diff --git a/whitechapel/vendor/google/fastbootd.te b/whitechapel/vendor/google/fastbootd.te index 6b663dfb..c1c4de7b 100644 --- a/whitechapel/vendor/google/fastbootd.te +++ b/whitechapel/vendor/google/fastbootd.te @@ -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; diff --git a/whitechapel/vendor/google/recovery.te b/whitechapel/vendor/google/recovery.te index 4687a43c..6eb97aa3 100644 --- a/whitechapel/vendor/google/recovery.te +++ b/whitechapel/vendor/google/recovery.te @@ -1,4 +1,3 @@ recovery_only(` allow recovery sysfs_ota:file rw_file_perms; - allow recovery secure_element_device:chr_file rw_file_perms; ')