Merge "Add keystore add_auth"
This commit is contained in:
commit
66cc49c1b5
2 changed files with 2 additions and 0 deletions
|
@ -909,6 +909,7 @@ class keystore_key
|
|||
reset_uid
|
||||
sync_uid
|
||||
password_uid
|
||||
add_auth
|
||||
}
|
||||
|
||||
class debuggerd
|
||||
|
|
|
@ -455,6 +455,7 @@ allow system_server keystore:keystore_key {
|
|||
reset_uid
|
||||
sync_uid
|
||||
password_uid
|
||||
add_auth
|
||||
};
|
||||
|
||||
# Allow system server to search and write to the persistent factory reset
|
||||
|
|
Loading…
Reference in a new issue