函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:ima_template_fmt_setup

函数原型:static int __init ima_template_fmt_setup(char *str)

返回类型:int

参数:

类型参数名称
char *str
118  num_templates等于ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(builtin_templates)
120  如果ima_template则返回:1
123  如果template_desc_init_fields(str, NULL, NULL)小于0则
124  打印错误信息("format string '%s' not valid, using template %s\n", str, CONFIG_IMA_DEFAULT_TEMPLATE)
126  返回:1
129  fmt等于str
130  ima_template等于builtin_templatesnum_templates减1
132  返回:1