This is to enable clearing of secure element during a master reset. Bug: 182508814 Test: master reset on device with keys; verified no keys after reset Signed-off-by: Jeffrey Carlyle <jcarlyle@google.com> Change-Id: I9bb569e09f8cd6f5640757bd0d10a14ef32946ff
8 lines
372 B
Text
8 lines
372 B
Text
# 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;
|
|
allow fastbootd custom_ab_block_device:blk_file rw_file_perms;
|
|
')
|