Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_template.c58 static struct ima_template_desc *ima_template; variable
67 bool ima_template_has_modsig(const struct ima_template_desc *ima_template) in ima_template_has_modsig() argument
71 for (i = 0; i < ima_template->num_fields; i++) in ima_template_has_modsig()
72 if (!strcmp(ima_template->fields[i]->field_id, "modsig") || in ima_template_has_modsig()
73 !strcmp(ima_template->fields[i]->field_id, "d-modsig")) in ima_template_has_modsig()
87 if (!ima_template) in ima_template_setup()
111 ima_template = template_desc; in ima_template_setup()
131 ima_template = builtin_templates + num_templates - 1; in ima_template_fmt_setup()
251 if (!ima_template) { in ima_template_desc_current()
253 ima_template = in ima_template_desc_current()
[all …]
H A DMakefile10 ima_policy.o ima_template.o ima_template_lib.o
H A Dima.h160 bool ima_template_has_modsig(const struct ima_template_desc *ima_template);
H A DKconfig73 by specifying "ima_template=" on the boot command line.
/OK3568_Linux_fs/kernel/Documentation/security/
H A DIMA-templates.rst43 introduced ``ima_template`` and ``ima_template_fmt`` kernel command line parameters.
96 the ``ima_template=`` parameter;
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt1823 ima_template= [IMA]