linux: Optional SECURITY_LOCKDOWN_LSM
The option has been removed in the most recent dot releases
This commit is contained in:
parent
f18ba0425d
commit
d91f1b0f47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user