Skip to content
Snippets Groups Projects
Commit bafa38e0 authored by Steven Moreland's avatar Steven Moreland
Browse files

update_verifier: read dir perms

Allow update_verifier to load the boot_control_hal in passthrough mode.

Test: update_verifier works, no denials
Bug: 34656553
Change-Id: I5c20ce67c8f1fd195f2429dae497221514ed95a8
parent 21cb045b
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@
type update_verifier, domain, boot_control_hal;
type update_verifier_exec, exec_type, file_type;
# find the boot_control_hal
allow update_verifier system_file:dir r_dir_perms;
# Allow update_verifier to reach block devices in /dev/block.
allow update_verifier block_device:dir search;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment