From: Mimi Zohar <zohar@linux.ibm.com>
To: "Guozihua (Scott)" <guozihua@huawei.com>,
dmitry.kasatkin@gmail.com, paul@paul-moore.com,
jmorris@namei.org, serge@hallyn.com
Cc: linux-integrity@vger.kernel.org,
linux-security-module@vger.kernel.org,
Janne Karhunen <janne.karhunen@gmail.com>,
Roberto Sassu <roberto.sassu@huawei.com>
Subject: Re: [PATCH v5 2/2] ima: Handle -ESTALE returned by ima_filter_rule_match()
Date: Tue, 01 Nov 2022 18:15:59 -0400 [thread overview]
Message-ID: <db821df65b7ff7319c657a1de65f5ba903599fc4.camel@linux.ibm.com> (raw)
In-Reply-To: <11716411-e143-ab1f-3b1e-d5d35f2a590a@huawei.com>
Hi Scott,
On Fri, 2022-10-28 at 16:36 +0800, Guozihua (Scott) wrote:
>
> I managed to re-produce this issue with the help of the following two
> scripts:
>
> read_tmp_measurement.sh:
> > #!/bin/bash
> >
> > while true
> > do
> > cat /root/tmp.txt > /dev/null
> > measurement=`cat /sys/kernel/security/ima/ascii_runtime_measurements | grep "tmp\.txt" | wc -l`
> > if [ "${measurement}" == "1" ]; then
> > echo "measurement found"
> > exit 1
> > fi
> > done
>
> test.sh:
> > #!/bin/bash
> >
> > echo "measure obj_user=system_u obj_role=object_r obj_type=unlabeled_t" > /sys/kernel/security/ima/policy
> >
> > cat /root/tmp2.txt
> > measurement=`cat /sys/kernel/security/ima/ascii_runtime_measurements | grep "tmp2\.txt" | wc -l`
> > [ "$measurement" == "1" ] && echo "measurement for tmp2 found"
> >
> > cat /root/tmp.txt
> > measurement=`cat /sys/kernel/security/ima/ascii_runtime_measurements | grep "tmp\.txt" | wc -l`
> > [ "$measurement" == "1" ] && echo "measurement for tmp found, preparation failed!" && exit 1
> >
> > ./read_tmp_measurement.sh &
> > pid=$!
> >
> > cd /usr/share/selinux/default
> > semodule -i clock.pp.bz2
> > semodule -r clock
> >
> > kill ${pid}
Are you loading/unloading any selinux policy or specifically clock? If
specifically clock, what is special about it?
> I created two files tmp.txt and tmp2.txt, assign them with type
> user_home_t and unlabeled_t respectively and then run test.sh.
> On a multi-core environment, I managed to reproduce this issue pretty
> easily and tested that once the solution is merged, the issue stops
> happening.
As I only see an IMA measurement policy rule being loaded for
"unlabeled_t" and not "user_home_t", should I assume that an IMA
measurement rule already exists for "user_home_t"?
thanks,
Mimi
next prev parent reply other threads:[~2022-11-01 22:16 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-21 12:58 [PATCH v5 0/2] ima: Handle -ESTALE returned by ima_filter_rule_match() GUO Zihua
2022-09-21 12:58 ` [PATCH v5 1/2] ima: Simplify ima_lsm_copy_rule GUO Zihua
2022-09-21 12:58 ` [PATCH v5 2/2] ima: Handle -ESTALE returned by ima_filter_rule_match() GUO Zihua
2022-09-22 11:09 ` Mimi Zohar
2022-09-23 4:01 ` Guozihua (Scott)
2022-09-23 11:19 ` Mimi Zohar
2022-09-24 6:05 ` Guozihua (Scott)
2022-09-28 14:11 ` Mimi Zohar
2022-10-04 14:19 ` Roberto Sassu
2022-10-18 8:43 ` Guozihua (Scott)
2022-10-19 1:07 ` Mimi Zohar
2022-10-19 7:17 ` Guozihua (Scott)
2022-10-28 8:36 ` Guozihua (Scott)
2022-11-01 22:15 ` Mimi Zohar [this message]
2022-11-02 1:42 ` Guozihua (Scott)
2022-11-03 13:15 ` Mimi Zohar
2022-11-14 3:31 ` Guozihua (Scott)
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=db821df65b7ff7319c657a1de65f5ba903599fc4.camel@linux.ibm.com \
--to=zohar@linux.ibm.com \
--cc=dmitry.kasatkin@gmail.com \
--cc=guozihua@huawei.com \
--cc=janne.karhunen@gmail.com \
--cc=jmorris@namei.org \
--cc=linux-integrity@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=paul@paul-moore.com \
--cc=roberto.sassu@huawei.com \
--cc=serge@hallyn.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).