linux: Optional SECURITY_LOCKDOWN_LSM

The option has been removed in the most recent dot releases
This commit is contained in:
Tim Steinbach 2021-01-11 11:09:02 -05:00
parent f18ba0425d
commit d91f1b0f47
No known key found for this signature in database
GPG Key ID: 1B40229F19262402

View File

@ -419,7 +419,7 @@ let
MODULE_SIG = no; # r13y, generates a random key during build and bakes it in
# Depends on MODULE_SIG and only really helps when you sign your modules
# and enforce signatures which we don't do by default.
SECURITY_LOCKDOWN_LSM = no;
SECURITY_LOCKDOWN_LSM = option no;
} // optionalAttrs (!stdenv.hostPlatform.isAarch32) {
# Detect buffer overflows on the stack