[PATCH 02/24] Add the ability to lock down access to the running kernel image
From: jmorris@namei.org (James Morris)
Date: 2017-04-06 09:11:02
Also in:
linux-efi, lkml
From: jmorris@namei.org (James Morris)
Date: 2017-04-06 09:11:02
Also in:
linux-efi, lkml
On Wed, 5 Apr 2017, David Howells wrote:
+#include <linux/security.h> +#include <linux/export.h> + +static __read_mostly bool kernel_locked_down;
How about marking this __ro_after_init if ALLOW_LOCKDOWN_LIFT is not configured? -- James Morris [off-list ref] -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html