Re: [PATCH v10 09/27] ima: Move some IMA policy and filesystem related variables into ima_namespace
From: Mimi Zohar <zohar@linux.ibm.com>
Date: 2022-02-17 14:44:40
Also in:
linux-integrity, lkml
From: Mimi Zohar <zohar@linux.ibm.com>
Date: 2022-02-17 14:44:40
Also in:
linux-integrity, lkml
On Tue, 2022-02-01 at 15:37 -0500, Stefan Berger wrote:
Move the variables ima_write_mutex, ima_fs_flag, and valid_policy, which are related to updating the IMA policy, into the ima_namespace. This way each IMA namespace can set these variables independently in its instance of securityfs. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Acked-by: Christian Brauner <brauner@kernel.org>
Thanks, Reviewed-by: Mimi Zohar <zohar@linux.ibm.com>