函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\security.c Create Date:2022-07-27 20:11:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:append_ordered_lsm

函数原型:static void __init append_ordered_lsm(struct lsm_info *lsm, const char *from)

返回类型:void

参数:

类型参数名称
struct lsm_info *lsm
const char *from
114  如果Is an LSM already listed in the ordered LSMs list? 则返回
117  如果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)则返回
121  如果非 Optional: controlled by CONFIG_LSM 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")
调用者
名称描述
ordered_lsm_parsePopulate ordered LSMs list from comma-separated LSM name list.