[PATCH V40 04/29] lockdown: Enforce module signatures if the kernel is locked down
David Howells
dhowells at redhat.com
Fri Aug 30 16:31:13 UTC 2019
Matthew Garrett <matthewgarrett at google.com> wrote:
> enum lockdown_reason {
> LOCKDOWN_NONE,
> + LOCKDOWN_MODULE_SIGNATURE,
> LOCKDOWN_INTEGRITY_MAX,
> LOCKDOWN_CONFIDENTIALITY_MAX,
> };
Aren't you mixing disjoint sets?
> + [LOCKDOWN_MODULE_SIGNATURE] = "unsigned module loading",
Wouldn't it be better to pass this string as a parameter to
security_locked_down()?
David
More information about the Linux-security-module-archive
mailing list