This is needed so that Digital Car Keys can be cleared from the ST54 during a user data wipe. Bug: 203234558 Test: data wipe in Android recovery mode on raven Test: data wipe in Android recovery mode on c10 Test: data wipe in user mode fastbootd mode on raven Test: data wipe in user mode fastbootd mode on c10 Signed-off-by: Jeffrey Carlyle <jcarlyle@google.com> Change-Id: Icaa3d62aa6b3b88b8db6c1c11807907a06e51019
8 lines
357 B
Text
8 lines
357 B
Text
# Required by the bootcontrol HAL for the 'set_active' command.
|
|
recovery_only(`
|
|
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 citadel_device:chr_file rw_file_perms;
|
|
allow fastbootd st54spi_device:chr_file rw_file_perms;
|
|
')
|