Skip to content
Snippets Groups Projects
Commit 5bbdb533 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Allow vold to access keymaster"

parents fd352f11 d7567118
No related branches found
No related tags found
No related merge requests found
...@@ -84,3 +84,7 @@ allow vold self:capability2 block_suspend; ...@@ -84,3 +84,7 @@ allow vold self:capability2 block_suspend;
# talk to batteryservice # talk to batteryservice
binder_use(vold) binder_use(vold)
binder_call(vold, healthd) 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