update_verifier: Allow searching /dev/block.
am: 1e17dafc6d
Change-Id: Ic500bc6ef04d33c38aeaf3400944d6d732a38128
This commit is contained in:
commit
58a3175c80
1 changed files with 3 additions and 0 deletions
|
@ -5,4 +5,7 @@ type update_verifier_exec, exec_type, file_type;
|
|||
|
||||
init_daemon_domain(update_verifier)
|
||||
|
||||
# Allow update_verifier to reach block devices in /dev/block.
|
||||
allow update_verifier block_device:dir search;
|
||||
|
||||
# TODO: Add rules to allow update_verifier to read system_block_device.
|
||||
|
|
Loading…
Reference in a new issue