summary refs log tree commit diff
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2020-04-05 05:56:58 +0100
committerEmily <vcs@emily.moe>2020-04-17 16:13:39 +0100
commitcf1bce6a7ada476671277ac5bffe132891ece0d8 (patch)
tree610b42c72db11fe698e3baebdb4da90b216895ca /nixos/modules/profiles
parent3b32cd2a5b951a82e37c2d8f9069ac3f12d62868 (diff)
downloadnixpkgs-cf1bce6a7ada476671277ac5bffe132891ece0d8.tar
nixpkgs-cf1bce6a7ada476671277ac5bffe132891ece0d8.tar.gz
nixpkgs-cf1bce6a7ada476671277ac5bffe132891ece0d8.tar.bz2
nixpkgs-cf1bce6a7ada476671277ac5bffe132891ece0d8.tar.lz
nixpkgs-cf1bce6a7ada476671277ac5bffe132891ece0d8.tar.xz
nixpkgs-cf1bce6a7ada476671277ac5bffe132891ece0d8.tar.zst
nixpkgs-cf1bce6a7ada476671277ac5bffe132891ece0d8.zip
nixos/hardened: don't set vsyscall=none
Upstreamed in anthraxx/linux-hardened@d300b0fdad706daab3a36a8d23b35ebe03c3fc87.
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/hardened.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/profiles/hardened.nix b/nixos/modules/profiles/hardened.nix
index 49cd3504aa0..8a2763faec0 100644
--- a/nixos/modules/profiles/hardened.nix
+++ b/nixos/modules/profiles/hardened.nix
@@ -40,9 +40,6 @@ with lib;
     # Overwrite free'd memory
     "page_poison=1"
 
-    # Disable legacy virtual syscalls
-    "vsyscall=none"
-
     # Enable page allocator randomization
     "page_alloc.shuffle=1"
   ];