Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:lookup_template_field

Proto:static const struct ima_template_field *lookup_template_field(const char *field_id)

Type:struct ima_template_field

Parameter:

TypeParameterName
const char *field_id
158  When i < ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(supported_fields) cycle If strncmp(field_id, field_id, IMA_TEMPLATE_FIELD_ID_MAX_LEN) == 0 Then
161  Return supported_fields[i]
162  Return NULL
Caller
NameDescribe
template_desc_init_fields