From 43f39731e6629852968f018eb5453f5d17e35395 Mon Sep 17 00:00:00 2001 From: y30053096 Date: Mon, 27 May 2024 10:00:49 +0800 Subject: [PATCH] fixed 63ffb9e from https://gitee.com/yang_jinhuan/interface_sdk_c/pulls/769 modify attest permission Signed-off-by: y30053096 Change-Id: I42cda77a6844515a5a7062030ef219cd7fa3eeba --- security/huks/include/native_huks_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/huks/include/native_huks_api.h b/security/huks/include/native_huks_api.h index eb7a334f0..f3888541b 100644 --- a/security/huks/include/native_huks_api.h +++ b/security/huks/include/native_huks_api.h @@ -169,7 +169,7 @@ struct OH_Huks_Result OH_Huks_IsKeyItemExist(const struct OH_Huks_Blob *keyAlias const struct OH_Huks_ParamSet *paramSet); /** - * @brief Obtain the key certificate chain. + * @brief Obtain the key certificate chain. This API can be called only by system applications. * * @permission ohos.permission.ATTEST_KEY * @param keyAlias Indicates the pointer to the alias of the target key. -- Gitee