Skip to content
Snippets Groups Projects
Commit d7567118 authored by Paul Lawrence's avatar Paul Lawrence Committed by Nick Kralevich
Browse files

Allow vold to access keymaster

Bug: 9467042
Change-Id: Ice72e6c3047d1439e6fa6997b5f47f807f34b28d
parent 53667e25
No related branches found
No related tags found
No related merge requests found
......@@ -84,3 +84,7 @@ allow vold self:capability2 block_suspend;
# talk to batteryservice
binder_use(vold)
binder_call(vold, healthd)
# talk to keymaster
allow vold tee_device:chr_file rw_file_perms;
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