Merge "Revert "allow recovery and fastboot to access secure elment"" into sc-dev am: 1d54c8dd21 am: fcd18a6e4d

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/15145159

Change-Id: I301c3c792e8f36d95b5196dc67939563abd21b3b
This commit is contained in:
Kevin Han 2021-06-29 20:08:06 +00:00 committed by Automerger Merge Worker
commit fa1e0dd958
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. # 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;

View file

@ -1,4 +1,3 @@
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;
') ')