summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-09-20 18:01:12 +0000
committerGitHub <noreply@github.com>2021-09-20 18:01:12 +0000
commitecf5e7591086561228f191c579c43f7fb574bfb9 (patch)
tree4280a2046ab2603d2dd8b1fad6bab6509c0335a8 /nixos/tests
parent82ff73205557d810f3d1453d32705470f120b294 (diff)
parent6eef746c14e77c50ba532f8d1b955c87edab79e6 (diff)
downloadnixpkgs-ecf5e7591086561228f191c579c43f7fb574bfb9.tar
nixpkgs-ecf5e7591086561228f191c579c43f7fb574bfb9.tar.gz
nixpkgs-ecf5e7591086561228f191c579c43f7fb574bfb9.tar.bz2
nixpkgs-ecf5e7591086561228f191c579c43f7fb574bfb9.tar.lz
nixpkgs-ecf5e7591086561228f191c579c43f7fb574bfb9.tar.xz
nixpkgs-ecf5e7591086561228f191c579c43f7fb574bfb9.tar.zst
nixpkgs-ecf5e7591086561228f191c579c43f7fb574bfb9.zip
Merge master into staging-next
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/hardened.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/hardened.nix b/nixos/tests/hardened.nix
index a0b629086b5..b76ae83a328 100644
--- a/nixos/tests/hardened.nix
+++ b/nixos/tests/hardened.nix
@@ -57,6 +57,7 @@ import ./make-test-python.nix ({ pkgs, latestKernel ? false, ... } : {
       # Test kernel module hardening
       with subtest("No more kernel modules can be loaded"):
           # note: this better a be module we normally wouldn't load ...
+          machine.wait_for_unit("disable-kernel-module-loading.service")
           machine.fail("modprobe dccp")