forked from mirrors/nixpkgs
nixos/hardened: don't set vsyscall=none
Upstreamed in anthraxx/linux-hardened@d300b0fdad.
This commit is contained in:
parent
3b32cd2a5b
commit
cf1bce6a7a
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue