summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-04-30 08:38:47 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2017-04-30 12:05:42 +0200
commitffa83edf4a29b21f12eb96d5eb7b63e1ebae7a5f (patch)
treeed3b52c1366fe757ac5ba9ff01f96100d9048654 /nixos/release.nix
parentab4fa1cce4c3c536811d8d7ddfcad1a8310cfb90 (diff)
downloadnixpkgs-ffa83edf4a29b21f12eb96d5eb7b63e1ebae7a5f.tar
nixpkgs-ffa83edf4a29b21f12eb96d5eb7b63e1ebae7a5f.tar.gz
nixpkgs-ffa83edf4a29b21f12eb96d5eb7b63e1ebae7a5f.tar.bz2
nixpkgs-ffa83edf4a29b21f12eb96d5eb7b63e1ebae7a5f.tar.lz
nixpkgs-ffa83edf4a29b21f12eb96d5eb7b63e1ebae7a5f.tar.xz
nixpkgs-ffa83edf4a29b21f12eb96d5eb7b63e1ebae7a5f.tar.zst
nixpkgs-ffa83edf4a29b21f12eb96d5eb7b63e1ebae7a5f.zip
nixos/tests: add tests for exercising various hardening features
This test exercises the linux_hardened kernel along with the various
hardening features (enabled via the hardened profile).

Move hidepid test from misc, so that misc can go back to testing a vanilla
configuration.
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 1c282bfea4f..aaf23d7ffb7 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -248,6 +248,7 @@ 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.hardened = callTest tests/hardened.nix { };
   tests.hibernate = callTest tests/hibernate.nix {};
   tests.hound = callTest tests/hound.nix {};
   tests.i3wm = callTest tests/i3wm.nix {};