Re: [PATCH v10 02/27] ima: Do not print policy rule with inactive LSM labels
From: Christian Brauner <brauner@kernel.org>
Date: 2022-02-02 14:18:00
Also in:
linux-integrity, lkml
From: Christian Brauner <brauner@kernel.org>
Date: 2022-02-02 14:18:00
Also in:
linux-integrity, lkml
On Tue, Feb 01, 2022 at 03:37:10PM -0500, Stefan Berger wrote:
Before printing a policy rule scan for inactive LSM labels in the policy
rule. Inactive LSM labels are identified by args_p != NULL and
rule == NULL.
Fixes: b16942455193 ("ima: use the lsm policy update notifier")
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
---Ok, Acked-by: Christian Brauner <brauner@kernel.org>