Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\keys\system_keyring.h Create Date:2022-07-28 19:56:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:is_binary_blacklisted

Proto:static inline int is_binary_blacklisted(const u8 *hash, size_t hash_len)

Type:int

Parameter:

TypeParameterName
const u8 *hash
size_thash_len
48  Return 0
Caller
NameDescribe
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.