On 11/24/20 7:12 AM, KP Singh wrote:
From: KP Singh <kpsi...@google.com> Provide a wrapper function to get the IMA hash of an inode. This helper is useful in fingerprinting files (e.g executables on execution) and using these fingerprints in detections like an executable unlinking itself. Since the ima_inode_hash can sleep, it's only allowed for sleepable LSM hooks. Signed-off-by: KP Singh <kpsi...@google.com>
Acked-by: Yonghong Song <y...@fb.com>