On Thu 2020-11-19 15:26:03, Tushar Sugandhi wrote:I will rework on the definition in the next iteration.
Kernel integrity critical data can be defined as the in-memory kernel
data which if accidentally or maliciously altered, can compromise the
integrity of the system.
Is that an useful definition?
The goal of this series is to introduce the IMA hook
There are several kernel subsystems that contain integrity critical
data - e.g. LSMs like SELinux, or AppArmor; or device-mapper targets
like dm-crypt, dm-verity etc. Examples of critical data could be kernel
in-memory r/o structures, hash of the memory structures, or data that
represents a linux kernel subsystem state.
This patch set defines a new IMA hook namely ima_measure_critical_data()
to measure the critical data. Kernel subsystems can use this
functionality, to take advantage of IMA's measuring and quoting
abilities - thus ultimately enabling remote attestation for the
subsystem specific information stored in the kernel memory.
How is it supposed to be useful?
I'm pretty sure there are critical data that are not measured by
proposed module... and that are written under normal circumstances.
Best regards,
Pavel