Skip to content
Snippets Groups Projects
Commit f9ea564a authored by Robin Lee's avatar Robin Lee Committed by Android Git Automerger
Browse files

am de08be8a: Allow system reset_uid, sync_uid, password_uid

* commit 'de08be8a':
  Allow system reset_uid, sync_uid, password_uid
parents 35651b33 de08be8a
Branches
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
......
...@@ -383,6 +383,9 @@ allow system_server keystore:keystore_key { ...@@ -383,6 +383,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.
Please register or to comment