Skip to content
Snippets Groups Projects
Commit 66cc49c1 authored by Chad Brubaker's avatar Chad Brubaker Committed by Gerrit Code Review
Browse files

Merge "Add keystore add_auth"

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