Skip to content
Snippets Groups Projects
Commit 2ec9184e authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "update_verifier: read dir perms"

parents e996d177 bafa38e0
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