1 Star 0 Fork 39

Annie_wang/security_security_component_manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
hisysevent.yaml 4.04 KB
一键复制 编辑 原始数据 按行查看 历史
libing23 提交于 2023-07-01 16:18 +08:00 . Description: HMAC接口
# Copyright (c) 2023 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
domain: SEC_COMPONENT
CALLBACK_FAILED:
__BASE: {type: SECURITY, level: CRITICAL, desc: Failed to execute the callback}
CALLER_PID: {type: INT32, desc: caller pid}
CALLER_UID: {type: INT32, desc: caller uid}
CALL_SCENE: {type: STRING, desc: call scene}
REASON: {type: STRING, desc: callback execution failure cause}
SC_ID: {type: INT32, desc: security component id}
SC_TYPE: {type: STRING, desc: security component type}
CALLER_CHECK_FAILED:
__BASE: {type: SECURITY, level: CRITICAL, desc: Illegal invocation}
CALLER_PID: {type: INT32, desc: caller pid}
CALLER_UID: {type: INT32, desc: caller uid}
CALL_SCENE: {type: STRING, desc: call scene}
CHALLENGE_CHECK_FAILED:
__BASE: {type: SECURITY, level: CRITICAL, desc: Challenge value verification failed}
CALLER_PID: {type: INT32, desc: caller pid}
CALLER_UID: {type: INT32, desc: caller uid}
CALL_SCENE: {type: STRING, desc: call scene}
SC_ID: {type: INT32, desc: security component id}
SC_TYPE: {type: STRING, desc: security component type}
CLICK_INFO_CHECK_FAILED:
__BASE: {type: SECURITY, level: CRITICAL, desc: Failed to verify the click event}
CALLER_PID: {type: INT32, desc: caller pid}
CALLER_UID: {type: INT32, desc: caller uid}
SC_ID: {type: INT32, desc: security component id}
SC_TYPE: {type: STRING, desc: security component type}
COMPONENT_INFO_CHECK_FAILED:
__BASE: {type: SECURITY, level: CRITICAL, desc: Failed to verify the component information}
CALLER_PID: {type: INT32, desc: caller pid}
CALLER_UID: {type: INT32, desc: caller uid}
CALL_SCENE: {type: STRING, desc: call scene}
SC_ID: {type: INT32, desc: security component id}
SC_TYPE: {type: STRING, desc: security component type}
INIT_FAILED:
__BASE: {type: FAULT, level: CRITICAL, desc: Failed to initialize the security component environment}
CALLER_PID: {type: INT32, desc: caller pid}
CALLER_UID: {type: INT32, desc: caller uid}
REASON: {type: STRING, desc: callback execution failure cause}
REGISTER_SUCCESS:
__BASE: {type: BEHAVIOR, level: MINOR, desc: The security component is registered successfully}
CALLER_PID: {type: INT32, desc: caller pid}
CALLER_UID: {type: INT32, desc: caller uid}
SC_ID: {type: INT32, desc: security component id}
SC_TYPE: {type: STRING, desc: security component type}
REPEAT_CALLBACK_REGISTER:
__BASE: {type: SECURITY, level: CRITICAL, desc: Repeated registration callback}
CALLER_PID: {type: INT32, desc: caller pid}
CALLER_UID: {type: INT32, desc: caller uid}
SERVICE_INIT_SUCCESS:
__BASE: {type: BEHAVIOR, level: MINOR, desc: Security component service starts successfully}
PID: {type: INT32, desc: pid of the service process}
TEMP_GRANT_FAILED:
__BASE: {type: FAULT, level: CRITICAL, desc: Security component authorization failed}
CALLER_PID: {type: INT32, desc: caller pid}
CALLER_UID: {type: INT32, desc: caller uid}
SC_ID: {type: INT32, desc: security component id}
SC_TYPE: {type: STRING, desc: security component type}
TEMP_GRANT_SUCCESS:
__BASE: {type: BEHAVIOR, level: MINOR, desc: Security component authorization successfully}
CALLER_PID: {type: INT32, desc: caller pid}
CALLER_UID: {type: INT32, desc: caller uid}
SC_ID: {type: INT32, desc: security component id}
SC_TYPE: {type: STRING, desc: security component type}
UNREGISTER_SUCCESS:
__BASE: {type: BEHAVIOR, level: MINOR, desc: Security component unregister}
CALLER_PID: {type: INT32, desc: caller pid}
CALLER_UID: {type: INT32, desc: caller uid}
SC_ID: {type: INT32, desc: security component id}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Annie_wang/security_security_component_manager.git
git@gitee.com:Annie_wang/security_security_component_manager.git
Annie_wang
security_security_component_manager
security_security_component_manager
master

搜索帮助