函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\keys\system_keyring.h Create Date:2022-07-27 21:53:40
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:is_binary_blacklisted

函数原型:static inline int is_binary_blacklisted(const u8 *hash, size_t hash_len)

返回类型:int

参数:

类型参数名称
const u8 *hash
size_thash_len
48  返回:0
调用者
名称描述
ima_check_blacklistma_check_blacklist - determine if the binary is blacklisted.* Add the hash of the blacklisted binary to the measurement list, based* on policy.* Returns -EPERM if the hash is blacklisted.