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
This commit is contained in:
parent
372d0df796
commit
de08be8aa0
2 changed files with 6 additions and 0 deletions
|
@ -914,4 +914,7 @@ class keystore_key
|
||||||
grant
|
grant
|
||||||
duplicate
|
duplicate
|
||||||
clear_uid
|
clear_uid
|
||||||
|
reset_uid
|
||||||
|
sync_uid
|
||||||
|
password_uid
|
||||||
}
|
}
|
||||||
|
|
|
@ -377,6 +377,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
|
||||||
|
|
Loading…
Reference in a new issue