grsecurity: make GRKERNSEC y and PAX y implicit
These options should always be specified. Note, an implication of this change is that not specifying any grsec/PaX options results in a build failure.
This commit is contained in:
@@ -208,8 +208,6 @@
|
||||
let
|
||||
kernel = pkgs.linux_grsec_nixos.override {
|
||||
extraConfig = ''
|
||||
GRKERNSEC y
|
||||
PAX y
|
||||
GRKERNSEC_CONFIG_AUTO y
|
||||
GRKERNSEC_CONFIG_SERVER y
|
||||
GRKERNSEC_CONFIG_SECURITY y
|
||||
|
||||
Reference in New Issue
Block a user