[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6211c10334fa9f51c6aad827b14f322b09ec8760.camel@linux.ibm.com>
Date: Tue, 19 Mar 2024 18:53:07 -0400
From: Mimi Zohar <zohar@...ux.ibm.com>
To: Stefan Berger <stefanb@...ux.ibm.com>, linux-integrity@...r.kernel.org,
linux-security-module@...r.kernel.org, linux-unionfs@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, paul@...l-moore.com, jmorris@...ei.org,
serge@...lyn.com, roberto.sassu@...wei.com, amir73il@...il.com,
brauner@...nel.org, miklos@...redi.hu
Subject: Re: [PATCH v3 07/10] ima: re-evaluate file integrity on file
metadata change
> @@ -286,7 +288,8 @@ static int process_measurement(struct file *file, const
> struct cred *cred,
> }
>
> /*
> - * On stacked filesystems, detect and re-evaluate file data changes.
> + * On stacked filesystems, detect and re-evaluate file data and
> + * metadata changes.
> */
> real_inode = d_real_inode(file_dentry(file));
> if (real_inode != inode &&
> @@ -297,6 +300,15 @@ static int process_measurement(struct file *file, const
> struct cred *cred,
> iint->flags &= ~IMA_DONE_MASK;
> iint->measured_pcrs = 0;
> }
> +
> + /*
> + * Reset the EVM status when metadata changed.
> + */
-> To force re-validation, reset both the EVM and IMA status when the metadata
changes.
Mimi
> + metadata_inode = d_inode(d_real(file_dentry(file),
> + D_REAL_METADATA));
> + if (evm_metadata_changed(inode, metadata_inode))
> + iint->flags &= ~(IMA_APPRAISED |
> + IMA_APPRAISED_SUBMASK);
> }
>
> /* Determine if already appraised/measured based on bitmask
Powered by blists - more mailing lists