Merge "allow bootctl to read devinfo" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-03-22 09:16:23 +00:00 committed by Android (Google) Code Review
commit 8d9094345e
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 sda_block_device:blk_file rw_file_perms;
allow hal_bootctl_default devinfo_block_device:blk_file r_file_perms;