nixos/hardened: don't set vsyscall=none

Upstreamed in anthraxx/linux-hardened@d300b0fdad.
This commit is contained in:
Emily 2020-04-05 05:56:58 +01:00
parent 3b32cd2a5b
commit cf1bce6a7a

View file

@ -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"
];