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

Add keystore user_changed permission

user_changed will be used for state change methods around android user
creation/deletion.

Change-Id: I295ca9adfc4907b5d7bcf0555f6e5a9a3379635b
parent b8943b15
No related branches found
No related tags found
No related merge requests found
......@@ -910,6 +910,7 @@ class keystore_key
sync_uid
password_uid
add_auth
user_changed
}
class debuggerd
......
......@@ -73,6 +73,7 @@ allow system_app keystore:keystore_key {
grant
duplicate
clear_uid
user_changed
};
control_logd(system_app)
......@@ -393,6 +393,7 @@ allow system_server keystore:keystore_key {
sync_uid
password_uid
add_auth
user_changed
};
# 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