Bug: 196916111 Test: make sure the files are labeled correctly (ls -Z) Change-Id: I735de8b9635c7852a18ec8f32733cb0a0abd38f3
6 lines
247 B
Text
6 lines
247 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;
|
|
')
|