summary refs log tree commit diff
path: root/nixos/modules/security/grsecurity.nix
diff options
context:
space:
mode:
authorRicardo M. Correia <rcorreia@wizy.org>2014-10-22 16:49:56 +0200
committerRicardo M. Correia <rcorreia@wizy.org>2014-10-22 16:50:36 +0200
commit10348a0f2c0bd1b9977ab10de04d9ea6c4d867f1 (patch)
treefeda7d5cbf5928d292a902295054bdd1945714d5 /nixos/modules/security/grsecurity.nix
parentf59afe399409ffb3b3a42a6567107dacdb7d756b (diff)
downloadnixlib-10348a0f2c0bd1b9977ab10de04d9ea6c4d867f1.tar
nixlib-10348a0f2c0bd1b9977ab10de04d9ea6c4d867f1.tar.gz
nixlib-10348a0f2c0bd1b9977ab10de04d9ea6c4d867f1.tar.bz2
nixlib-10348a0f2c0bd1b9977ab10de04d9ea6c4d867f1.tar.lz
nixlib-10348a0f2c0bd1b9977ab10de04d9ea6c4d867f1.tar.xz
nixlib-10348a0f2c0bd1b9977ab10de04d9ea6c4d867f1.tar.zst
nixlib-10348a0f2c0bd1b9977ab10de04d9ea6c4d867f1.zip
grsecurity: Update documentation to mention correct kernels
Diffstat (limited to 'nixos/modules/security/grsecurity.nix')
-rw-r--r--nixos/modules/security/grsecurity.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/security/grsecurity.nix b/nixos/modules/security/grsecurity.nix
index 9e5983691370..3773d822b16b 100644
--- a/nixos/modules/security/grsecurity.nix
+++ b/nixos/modules/security/grsecurity.nix
@@ -30,7 +30,7 @@ in
         type = types.bool;
         default = false;
         description = ''
-          Enable the stable grsecurity patch, based on Linux 3.2.
+          Enable the stable grsecurity patch, based on Linux 3.14.
         '';
       };
 
@@ -38,7 +38,7 @@ in
         type = types.bool;
         default = false;
         description = ''
-          Enable the testing grsecurity patch, based on Linux 3.13.
+          Enable the testing grsecurity patch, based on Linux 3.17.
         '';
       };