From 32b8512e54b864ecf8c2b1e115c1a3f18e90a8c3 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Thu, 27 Apr 2017 20:42:23 +0200 Subject: grsecurity: discontinue support Upstream has decided to make -testing patches private, effectively ceasing free support for grsecurity/PaX [1]. Consequently, we can no longer responsibly support grsecurity on NixOS. This patch turns the kernel and patch expressions into build errors and adds a warning to the manual, but retains most of the infrastructure, in an effort to make the transition smoother. For 17.09 all of it should probably be pruned. [1]: https://grsecurity.net/passing_the_baton.php --- nixos/release.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos/release.nix') diff --git a/nixos/release.nix b/nixos/release.nix index 0fec97b9c27e..1c282bfea4f5 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -248,7 +248,6 @@ in rec { tests.gocd-server = callTest tests/gocd-server.nix {}; tests.gnome3 = callTest tests/gnome3.nix {}; tests.gnome3-gdm = callTest tests/gnome3-gdm.nix {}; - tests.grsecurity = callTest tests/grsecurity.nix {}; tests.hibernate = callTest tests/hibernate.nix {}; tests.hound = callTest tests/hound.nix {}; tests.i3wm = callTest tests/i3wm.nix {}; -- cgit 1.4.1