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

Allow vold to access keymaster

Bug: 9467042

(cherry picked from commit d7567118)

Change-Id: Ic6ef6031149287c863714ca370a42fd8b1efe93c
parent e36cf1cd
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