Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:security_init - initializes the security framework* This should be called early in the kernel initialization sequence.

Proto:int __init security_init(void)

Type:int

Parameter:Nothing

358  pr_info("Security Framework initializing\n")
364  When lsm < __end_early_lsm_info cycle
365  If Optional: controlled by CONFIG_LSM Then lsm_append( Required. , & lsm_names)
370  ordered_lsm_init()
372  Return 0