Home
last modified time | relevance | path

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

/security/integrity/ima/
A 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 …]
A DMakefile10 ima_policy.o ima_template.o ima_template_lib.o
A Dima.h283 bool ima_template_has_modsig(const struct ima_template_desc *ima_template);
A DKconfig74 by specifying "ima_template=" on the boot command line.

Completed in 8 milliseconds