3
0
Fork 0
forked from mirrors/nixpkgs

linux: add in kernel 5.4 lockdown feature

This commit is contained in:
Izorkin 2019-12-05 11:20:07 +03:00 committed by Matthieu Coudron
parent abc9b32fc6
commit 928fdab4a1

View file

@ -363,6 +363,7 @@ let
SECURITY_APPARMOR = yes;
DEFAULT_SECURITY_APPARMOR = yes;
SECURITY_LOCKDOWN_LSM = whenAtLeast "5.4" yes;
} // optionalAttrs (!stdenv.hostPlatform.isAarch32) {
# Detect buffer overflows on the stack