allow bootctl to read devinfo am: 931ea0d342
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma-sepolicy/+/21508211 Change-Id: Iba6993ef61237c11fa1a1c2eb493e339f32f16f7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
3bf76884bb
2 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
# b/260522436
|
||||
dontaudit hal_bootctl_default devinfo_block_device:blk_file { open };
|
||||
dontaudit hal_bootctl_default devinfo_block_device:blk_file { read };
|
||||
# b/264489609
|
||||
userdebug_or_eng(`
|
||||
permissive hal_bootctl_default;
|
||||
|
|
1
vendor/hal_bootctl_default.te
vendored
Normal file
1
vendor/hal_bootctl_default.te
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
allow hal_bootctl_default devinfo_block_device:blk_file r_file_perms;
|
Loading…
Add table
Add a link
Reference in a new issue