Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Is an LSM already listed in the ordered LSMs list?

Proto:static bool __init exists_ordered_lsm(struct lsm_info *lsm)

Type:bool

Parameter:

TypeParameterName
struct lsm_info *lsm
102  When check cycle If check == lsm Then
104  Return true
106  Return false
Caller
NameDescribe
append_ordered_lsm
ordered_lsm_parsePopulate ordered LSMs list from comma-separated LSM name list.