Skip to content
Snippets Groups Projects
Commit de08be8a authored by Robin Lee's avatar Robin Lee
Browse files

Allow system reset_uid, sync_uid, password_uid

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

Bug: 16233206
Change-Id: I7941707ca66ac25bd122fd22e5e0f639e7af697e
parent 372d0df7
No related branches found
No related tags found
No related merge requests found
......@@ -914,4 +914,7 @@ class keystore_key
grant
duplicate
clear_uid
reset_uid
sync_uid
password_uid
}
......@@ -377,6 +377,9 @@ allow system_server keystore:keystore_key {
grant
duplicate
clear_uid
reset_uid
sync_uid
password_uid
};
# 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