Merge "allow bootctl to read devinfo" into sc-dev am: 8d9094345e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/13946008 Change-Id: I079480b87535460a59f3eff2164e5f73f3b466d8
This commit is contained in:
commit
123411f826
2 changed files with 1 additions and 3 deletions
|
@ -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 };
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue