Skip to content
Snippets Groups Projects
Commit 72acd6bb authored by Robin Lee's avatar Robin Lee Committed by Nick Kralevich
Browse files

Allow system reset_uid, sync_uid, password_uid

Permits the system server to change keystore passwords for users other
than primary.

(cherrypicked from commit de08be8a)

Bug: 16233206
Change-Id: I7941707ca66ac25bd122fd22e5e0f639e7af697e
parent 45731c70
No related branches found
No related tags found
No related merge requests found
...@@ -914,6 +914,9 @@ class keystore_key ...@@ -914,6 +914,9 @@ class keystore_key
grant grant
duplicate duplicate
clear_uid clear_uid
reset_uid
sync_uid
password_uid
} }
class debuggerd class debuggerd
......
...@@ -381,6 +381,9 @@ allow system_server keystore:keystore_key { ...@@ -381,6 +381,9 @@ allow system_server keystore:keystore_key {
grant grant
duplicate duplicate
clear_uid clear_uid
reset_uid
sync_uid
password_uid
}; };
# Allow system server to search and write to the persistent data block device # Allow system server to search and write to the persistent data block device
......
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