Home
last modified time | relevance | path

Searched refs:ima_template (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/security/integrity/ima/
Dima_template.c82 static struct ima_template_desc *ima_template; variable
92 bool ima_template_has_modsig(const struct ima_template_desc *ima_template) in ima_template_has_modsig() argument
96 for (i = 0; i < ima_template->num_fields; i++) in ima_template_has_modsig()
97 if (!strcmp(ima_template->fields[i]->field_id, "modsig") || in ima_template_has_modsig()
98 !strcmp(ima_template->fields[i]->field_id, "d-modsig")) in ima_template_has_modsig()
112 if (!ima_template) in ima_template_setup()
136 ima_template = template_desc; in ima_template_setup()
156 ima_template = builtin_templates + num_templates - 1; in ima_template_fmt_setup()
276 if (!ima_template) { in ima_template_desc_current()
278 ima_template = in ima_template_desc_current()
[all …]
DMakefile10 ima_policy.o ima_template.o ima_template_lib.o
Dima.h160 bool ima_template_has_modsig(const struct ima_template_desc *ima_template);
DKconfig73 by specifying "ima_template=" on the boot command line.
/linux-6.6.21/Documentation/security/
DIMA-templates.rst43 introduced ``ima_template`` and ``ima_template_fmt`` kernel command line parameters.
109 the ``ima_template=`` parameter;
/linux-6.6.21/Documentation/admin-guide/
Dkernel-parameters.txt2022 ima_template= [IMA]