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:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:init_evm

Proto:static int __init init_evm(void)

Type:int

Parameter:Nothing

564  evm_init_config()
566  error = integrity_init_keyring(INTEGRITY_KEYRING_EVM)
567  If error Then Go to error
570  error = evm_init_secfs()
571  If error < 0 Then
572  pr_info("Error registering secfs\n")
573  Go to error
576  error :
577  If error != 0 Then
584  Return error