Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\evm\evm_main.c Create Date:2022-07-28 19:59:56
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:evm_init_config

Proto:static void __init evm_init_config(void)

Type:void

Parameter:Nothing

72  xattrs = ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(evm_config_default_xattrnames)
74  pr_info("Initialising EVM extended attributes:\n")
75  When i < xattrs cycle
76  pr_info("%s\n", name)
77  list_add_tail - add a new entry*@new: new entry to be added*@head: list head to add it before* Insert a new entry before the specified head.* This is useful for implementing queues.
84  pr_info("HMAC attrs: 0x%x\n", evm_hmac_attrs)
Caller
NameDescribe
init_evm