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:
Joachim Fasting
2016-10-02 18:30:15 +02:00
parent a58f5ffbb9
commit 1bb7b44cd7
4 changed files with 5 additions and 8 deletions

View File

@@ -3,9 +3,6 @@
with stdenv.lib;
''
GRKERNSEC y
PAX y
GRKERNSEC_CONFIG_AUTO y
GRKERNSEC_CONFIG_DESKTOP y
GRKERNSEC_CONFIG_VIRT_HOST y