Re: [PATCH v9 21/25] ima: Move IMA-Appraisal to LSM infrastructure

2024-02-09 Thread Christian Brauner
On Mon, Jan 15, 2024 at 07:18:05PM +0100, Roberto Sassu wrote: > From: Roberto Sassu > > A few additional IMA hooks are needed to reset the cached appraisal > status, causing the file's integrity to be re-evaluated on next access. > Register these IMA-appraisal only functions separately from the

Re: [PATCH v9 21/25] ima: Move IMA-Appraisal to LSM infrastructure

2024-02-07 Thread Paul Moore
On Jan 15, 2024 Roberto Sassu wrote: > > A few additional IMA hooks are needed to reset the cached appraisal > status, causing the file's integrity to be re-evaluated on next access. > Register these IMA-appraisal only functions separately from the rest of IMA > functions, as appraisal is a

Re: [PATCH v9 21/25] ima: Move IMA-Appraisal to LSM infrastructure

2024-01-16 Thread Casey Schaufler
On 1/15/2024 10:18 AM, Roberto Sassu wrote: > From: Roberto Sassu > > A few additional IMA hooks are needed to reset the cached appraisal > status, causing the file's integrity to be re-evaluated on next access. > Register these IMA-appraisal only functions separately from the rest of IMA >

[PATCH v9 21/25] ima: Move IMA-Appraisal to LSM infrastructure

2024-01-15 Thread Roberto Sassu
From: Roberto Sassu A few additional IMA hooks are needed to reset the cached appraisal status, causing the file's integrity to be re-evaluated on next access. Register these IMA-appraisal only functions separately from the rest of IMA functions, as appraisal is a separate feature not