avc: denied { getattr } for pid=469 comm="fastbootd" path="/dev/gsc0" dev="tmpfs" ino=470 scontext=u:r:fastbootd:s0 tcontext=u:object_r:citadel_device:s0 tclass=chr_file permissive=0 Bug: 248301125 Change-Id: Ic1aec8874636437b9b8d795b46fae72fa8533302 Signed-off-by: Chungjui Fan <chungjuifan@google.com>
9 lines
420 B
Text
9 lines
420 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;
|
|
allow fastbootd citadel_device:chr_file rw_file_perms;
|
|
')
|