Allow bootctl to access trusty device
Background: * Boot Control needs to be able to blow AR fuses, which requires access to the OTP port on trusty. Bug: 267714941 Test: AVC denial doesn't show up in log Change-Id: I5635f2358b379ae0ffe882ca9ee162a455f554f0 Signed-off-by: Donnie Pollitz <donpollitz@google.com>
This commit is contained in:
parent
a82406ee28
commit
74e0bf60c2
1 changed files with 1 additions and 0 deletions
1
vendor/hal_bootctl_default.te
vendored
1
vendor/hal_bootctl_default.te
vendored
|
@ -1,3 +1,4 @@
|
||||||
allow hal_bootctl_default devinfo_block_device:blk_file rw_file_perms;
|
allow hal_bootctl_default devinfo_block_device:blk_file rw_file_perms;
|
||||||
allow hal_bootctl_default sda_block_device:blk_file rw_file_perms;
|
allow hal_bootctl_default sda_block_device:blk_file rw_file_perms;
|
||||||
allow hal_bootctl_default sysfs_ota:file rw_file_perms;
|
allow hal_bootctl_default sysfs_ota:file rw_file_perms;
|
||||||
|
allow hal_bootctl_default tee_device:chr_file rw_file_perms;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue