Skip to content
Snippets Groups Projects
Commit 596bcc76 authored by Riley Spahn's avatar Riley Spahn
Browse files

Remove keystore auditallow statements from system.

Remove the auditallow statements related to keystore
in system_app and system_server.

Change-Id: I1fc25ff475299ee020ea19f9b6b5811f8fd17c28
parent 22e0c414
No related branches found
No related tags found
No related merge requests found
......@@ -63,21 +63,4 @@ allow system_app keystore:keystore_key {
clear_uid
};
auditallow system_app keystore:keystore_key {
test
get
insert
delete
exist
reset
password
lock
unlock
sign
verify
grant
duplicate
clear_uid
};
control_logd(system_app)
......@@ -378,21 +378,6 @@ allow system_server keystore:keystore_key {
clear_uid
};
auditallow system_server keystore:keystore_key {
test
get
insert
delete
saw
lock
unlock
sign
verify
grant
duplicate
clear_uid
};
###
### Neverallow rules
###
......
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