linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Measure data again even when it has not changed
@ 2020-07-29 17:17 Lakshmi Ramasubramanian
  2020-07-30  3:23 ` Mimi Zohar
  0 siblings, 1 reply; 6+ messages in thread
From: Lakshmi Ramasubramanian @ 2020-07-29 17:17 UTC (permalink / raw)
  To: Mimi Zohar, linux-integrity; +Cc: Tyler Hicks

Hi Mimi,

I have a query related to measuring data (by IMA subsystem) when that 
data has been already been measured.

Consider the following sequence of events:

=> At time T0 IMA hook is called by another subsystem to measure data 
"foo". IMA measures it.

=> At time T1 data is "bar". IMA measures it.

=> At time T2 data is "foo" again. But IMA doesn't measure it since it 
is already in the measured list.

But for the subsystem making the call to IMA, the state has changed and 
"foo" has to be measured again.

One way to address the above is to use unique "event name" in each call 
so that IMA measures the given data every time.

Is there a better way to address the above?

thanks,
  -lakshmi


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-07-30 14:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29 17:17 Measure data again even when it has not changed Lakshmi Ramasubramanian
2020-07-30  3:23 ` Mimi Zohar
2020-07-30  3:41   ` Lakshmi Ramasubramanian
2020-07-30 12:05     ` Mimi Zohar
2020-07-30 13:12       ` Lakshmi Ramasubramanian
2020-07-30 14:05         ` Stephen Smalley

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).