Skip to content
Snippets Groups Projects
Commit 8927772c authored by Chad Brubaker's avatar Chad Brubaker
Browse files

Add keystore add_auth

This is for the new addAuthToken keystore method from
I7f7647d9a36ea453ec6d62fc84087ca8f76e53dd. These tokens will be used to
authorize keymaster operations. The tokens are HMAC'd and so shouldn't
be fakeable but this is still limited to system_server only.

Change-Id: I3ff46b676ecac8a878d3aa0a25ba9a8b0c5e1f47
parent 5a5b364c
No related branches found
No related tags found
No related merge requests found
......@@ -909,6 +909,7 @@ class keystore_key
reset_uid
sync_uid
password_uid
add_auth
}
class debuggerd
......
......@@ -455,6 +455,7 @@ allow system_server keystore:keystore_key {
reset_uid
sync_uid
password_uid
add_auth
};
# Allow system server to search and write to the persistent factory reset
......
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