···28 # Reduce attack surface by disabling various emulations
29 IA32_EMULATION n
30 X86_X32 n
31- MODIFY_LDT_SYSCALL? n
003233 VMAP_STACK y # Catch kernel stack overflows
34
···28 # Reduce attack surface by disabling various emulations
29 IA32_EMULATION n
30 X86_X32 n
31+ ${optionalString (versionOlder version "4.17") ''
32+ MODIFY_LDT_SYSCALL? n
33+ ''}
3435 VMAP_STACK y # Catch kernel stack overflows
36