diff options
author | Roberto Sassu <roberto.sassu@huawei.com> | 2021-05-28 09:38:08 +0200 |
---|---|---|
committer | Mimi Zohar <zohar@linux.ibm.com> | 2021-06-01 21:17:30 +0200 |
commit | f8216f6b957f5657c5f4c97f4b037120c6f236bc (patch) | |
tree | ce1daa6226b37167710857084645f6444d89b0ba /security/integrity/ima/ima_template.c | |
parent | ima: Define new template fields iuid and igid (diff) | |
download | linux-f8216f6b957f5657c5f4c97f4b037120c6f236bc.tar.xz linux-f8216f6b957f5657c5f4c97f4b037120c6f236bc.zip |
ima: Define new template field imode
This patch defines the new template field imode, which includes the
inode mode. It can be used by a remote verifier to verify the EVM portable
signature, if it was included with the template fields sig or evmsig.
Signed-off-by: Roberto Sassu <roberto.sassu@huawei.com>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
Diffstat (limited to 'security/integrity/ima/ima_template.c')
-rw-r--r-- | security/integrity/ima/ima_template.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/integrity/ima/ima_template.c b/security/integrity/ima/ima_template.c index a5ecd9e2581b..43784f2bf8bd 100644 --- a/security/integrity/ima/ima_template.c +++ b/security/integrity/ima/ima_template.c @@ -51,6 +51,8 @@ static const struct ima_template_field supported_fields[] = { .field_show = ima_show_template_uint}, {.field_id = "igid", .field_init = ima_eventinodegid_init, .field_show = ima_show_template_uint}, + {.field_id = "imode", .field_init = ima_eventinodemode_init, + .field_show = ima_show_template_uint}, }; /* |