allow bootctl to read devinfo
Bug: 260522436
(cherry picked from commit 967da5da4f
)
Merged-In: I41d2763ffe40d7465a11cc86612fed9f92905eff
Change-Id: I41d2763ffe40d7465a11cc86612fed9f92905eff
This commit is contained in:
parent
676c7a674c
commit
931ea0d342
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