allow bootctl to read devinfo

Bug: 182705986
Test: boot with no relevant log found
Change-Id: I6d4c699fe1492f8fbcd5b8a9ba98da2fade57bd7
This commit is contained in:
Adam Shih 2021-03-22 16:10:22 +08:00
parent 38e55f2331
commit f05cdba220
2 changed files with 1 additions and 3 deletions

View file

@ -1,3 +0,0 @@
# b/182705986
dontaudit hal_bootctl_default devinfo_block_device:blk_file { open };
dontaudit hal_bootctl_default devinfo_block_device:blk_file { read };

View file

@ -1 +1,2 @@
allow hal_bootctl_default sda_block_device:blk_file rw_file_perms;
allow hal_bootctl_default devinfo_block_device:blk_file r_file_perms;