Skip to content
Snippets Groups Projects
Commit 23e2f7b7 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 5bbdb533: Merge "Allow vold to access keymaster"

* commit '5bbdb533':
  Allow vold to access keymaster
parents 62f2053c 5bbdb533
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.
Please register or to comment