From: Petr Vorel <pvorel@suse.cz>
To: Mimi Zohar <zohar@linux.ibm.com>
Cc: ltp@lists.linux.it, Mimi Zohar <zohar@linux.vnet.ibm.com>,
Ignaz Forster <iforster@suse.de>,
linux-integrity@vger.kernel.org
Subject: Re: [PATCH v3 3/4] ima/ima_measurements.sh: Require builtin IMA tcb policy
Date: Thu, 13 Jun 2019 18:10:43 +0200 [thread overview]
Message-ID: <20190613161042.GA24675@dell5510> (raw)
In-Reply-To: <1560352011.4578.43.camel@linux.ibm.com>
Hi Mimi,
thanks a lot for your review.
> On Tue, 2019-06-11 at 21:30 +0200, Petr Vorel wrote:
> > Although custom policy which contains tcb can be loaded via dracut,
> ^which may contain the equivalent measurement tcb rules
I'm going to address this in v4.
> > systemd or later manually from user space, detecting it would require
> > IMA_READ_POLICY=y. In order to simplify the check and avoid false
> > positives lets ignore this option and require builtin IMA tcb policy.
> This test is for adding new measurements to the measurement list.
Sure. So what should I change in commit message?
> > Signed-off-by: Petr Vorel <pvorel@suse.cz>
> > ---
> > .../kernel/security/integrity/ima/tests/ima_measurements.sh | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> > diff --git a/testcases/kernel/security/integrity/ima/tests/ima_measurements.sh b/testcases/kernel/security/integrity/ima/tests/ima_measurements.sh
> > index 328affc43..a3aa24d8a 100755
> > --- a/testcases/kernel/security/integrity/ima/tests/ima_measurements.sh
> > +++ b/testcases/kernel/security/integrity/ima/tests/ima_measurements.sh
> > @@ -57,7 +57,8 @@ setup()
> > [ -z "$DIGEST_INDEX" ] && tst_brk TCONF \
> > "Cannot find digest index (template: '$template')"
> > - tst_res TINFO "IMA measurement tests assume tcb policy to be loaded (ima_policy=tcb)"
> > + grep -q -e ima_policy=[a-z_]*tcb -e ima_tcb -e ima_appraise_tcb /proc/cmdline || \
> > + tst_brk TCONF "IMA measurement tests require builtin IMA tcb policy (ima_policy=tcb or ima_policy=appraise_tcb kernel parameter)"
> > }
> "appraise_tcb" doesn't provide the necessary measurement rules.
> "ima_policy=" isn't order specific. The check would be for "|tcb", "|
> tcb", "tcb|", "tcb |", or just "=tcb". The deprecated "ima_tcb"
> option is fine too.
Going to change in v4.
> Mimi
Kind regards,
Petr
next prev parent reply other threads:[~2019-06-13 16:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-11 19:30 [PATCH v3 0/4] LTP reproducer on broken IMA on overlayfs Petr Vorel
2019-06-11 19:30 ` [PATCH v3 1/4] ima: Call test's cleanup inside ima_setup.sh cleanup Petr Vorel
2019-06-11 19:30 ` [PATCH v3 2/4] shell: Add $TST_DEVICE as default parameter to tst_umount Petr Vorel
2019-06-11 19:30 ` [PATCH v3 3/4] ima/ima_measurements.sh: Require builtin IMA tcb policy Petr Vorel
2019-06-12 15:06 ` Mimi Zohar
2019-06-13 16:10 ` Petr Vorel [this message]
2019-06-11 19:30 ` [PATCH v3 4/4] ima: Add overlay test + doc Petr Vorel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190613161042.GA24675@dell5510 \
--to=pvorel@suse.cz \
--cc=iforster@suse.de \
--cc=linux-integrity@vger.kernel.org \
--cc=ltp@lists.linux.it \
--cc=zohar@linux.ibm.com \
--cc=zohar@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).