Re: [RESEND][PATCH v2 5/7] ima: Define new template fields xattrnames, xattrlengths and xattrvalues
From: Mimi Zohar <zohar@linux.ibm.com>
Date: 2021-06-01 16:11:17
Also in:
linux-security-module, lkml
From: Mimi Zohar <zohar@linux.ibm.com>
Date: 2021-06-01 16:11:17
Also in:
linux-security-module, lkml
Hi Roberto, On Tue, 2021-06-01 at 10:23 +0200, Roberto Sassu wrote:
This patch defines the new template fields xattrnames, xattrlengths and xattrvalues, which contain respectively a list of xattr names (strings, separated by |), lengths (u32, hex) and values (hex). If an xattr is not present, the name and length are not displayed in the measurement list. Reported-by: kernel test robot <redacted> Signed-off-by: Roberto Sassu <roberto.sassu@huawei.com> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
Thank you for giving credit to the "kernel test robot". For a bug fix patch the above "Reported-by" tag would be appropriate, but for an existing patch it needs to be qualified. I've modified it to: Reported-by: kernel test robot <redacted> [Missing prototype def] thanks, Mimi