Enhance Security Logs for Clarity
Addressing numerous reports regarding
the output from the security_level file,
this update improves the logs and resolves
previous bugs.
Test: atest keystore2_test
Test: atest CtsKeystoreTestCases
Change-Id: I682c384383a39df4ee291c49500907e65d9e59aa
diff --git a/keystore2/src/utils.rs b/keystore2/src/utils.rs
index c80bfa5..190258e 100644
--- a/keystore2/src/utils.rs
+++ b/keystore2/src/utils.rs
@@ -551,8 +551,8 @@
items_to_return
}
-/// Log the key parameters, excluding sensitive ones such as
-/// APPLICATION_DATA and APPLICATION_ID
+/// List all key aliases for a given domain + namespace. whose alias is greater
+/// than start_past_alias (if provided).
pub fn list_key_entries(
db: &mut KeystoreDB,
domain: Domain,