Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:early_security_init

Proto:int __init early_security_init(void)

Type:int

Parameter:Nothing

332  struct hlist_head * list = (struct hlist_head * ) & security_hook_heads
335  When i < size of security_hook_heads / sizeof(structhlist_head) cycle INIT_HLIST_HEAD( & list[i])
339  When lsm < __end_early_lsm_info cycle
340  If Not Optional: controlled by CONFIG_LSM Then Optional: controlled by CONFIG_LSM = Mark an LSM's enabled flag.
342  Prepare LSM for initialization.
343  Initialize a given LSM, if it is enabled.
346  Return 0