Merge "allow recovery and fastboot to access secure elment" into sc-dev am: 075ba05575 am: 0ed8e6763c

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

Change-Id: I0b89fa90a434680979a35f0d35f70f810d4e74df
This commit is contained in:
Michael Ayoubi 2021-06-30 18:12:25 +00:00 committed by Automerger Merge Worker
commit ad5075e632
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
# 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,3 +1,4 @@
recovery_only(`
allow recovery sysfs_ota:file rw_file_perms;
allow recovery secure_element_device:chr_file rw_file_perms;
')