Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:append_ordered_lsm

Proto:static void __init append_ordered_lsm(struct lsm_info *lsm, const char *from)

Type:void

Parameter:

TypeParameterName
struct lsm_info *lsm
const char *from
114  If Is an LSM already listed in the ordered LSMs list? Then Return
117  If WARN(Append an LSM to the list of ordered LSMs to initialize. == How many LSMs were built into the kernel? , "%s: out of LSM slots!?\n", from) Then Return
121  If Not Optional: controlled by CONFIG_LSM Then Optional: controlled by CONFIG_LSM = Mark an LSM's enabled flag.
123  Ordered list of LSMs to initialize. [Append an LSM to the list of ordered LSMs to initialize. ++] = lsm
125  init_debug("%s ordering: %s (%sabled)\n", from, Required. , is_enabled(lsm) ? "en" : "dis")
Caller
NameDescribe
ordered_lsm_parsePopulate ordered LSMs list from comma-separated LSM name list.