Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Prepare LSM for initialization.

Proto:static void __init prepare_lsm(struct lsm_info *lsm)

Type:void

Parameter:

TypeParameterName
struct lsm_info *lsm
178  enabled = Is an LSM allowed to be initialized?
181  set_enabled(lsm, enabled)
184  If enabled Then
186  exclusive = lsm
187  init_debug("exclusive chosen: %s\n", Required. )
190  lsm_set_blob_sizes( Optional: for blob sharing. )
Caller
NameDescribe
ordered_lsm_init
early_security_init