Home
last modified time | relevance | path

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

/Linux-v5.4/security/integrity/ima/
Dima_template.c59 static struct ima_template_desc *ima_template; variable
68 bool ima_template_has_modsig(const struct ima_template_desc *ima_template) in ima_template_has_modsig() argument
72 for (i = 0; i < ima_template->num_fields; i++) in ima_template_has_modsig()
73 if (!strcmp(ima_template->fields[i]->field_id, "modsig") || in ima_template_has_modsig()
74 !strcmp(ima_template->fields[i]->field_id, "d-modsig")) in ima_template_has_modsig()
85 if (ima_template) in ima_template_setup()
111 ima_template = template_desc; in ima_template_setup()
120 if (ima_template) in ima_template_fmt_setup()
130 ima_template = builtin_templates + num_templates - 1; in ima_template_fmt_setup()
249 if (!ima_template) { in ima_template_desc_current()
[all …]
DMakefile10 ima_policy.o ima_template.o ima_template_lib.o
Dima.h155 bool ima_template_has_modsig(const struct ima_template_desc *ima_template);
/Linux-v5.4/Documentation/security/
DIMA-templates.rst43 introduced ``ima_template`` and ``ima_template_fmt`` kernel command line parameters.
96 the ``ima_template=`` parameter;
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt1640 ima_template= [IMA]