Add rules for sysfs_st33spi Separate hal_secure_element_st54spi and st33spi form default Bug: 193417907 Test: VtsHalSecureElementV1_2TargetTest, VtsHalSecureElementV1_1TargetTest, VtsHalSecureElementV1_0TargetTest, CtsOmapiTestCases Change-Id: I444af2e38fc120d173445bce48b7e4d381201a91
8 lines
365 B
Text
8 lines
365 B
Text
# Required by the bootcontrol HAL for the 'set_active' command.
|
|
recovery_only(`
|
|
allow fastbootd st54spi_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;
|
|
')
|