sysctl.conf: remove vm.mmap_rnd_compat_bits from x86_86 config

this is not known anymore because the entire 32bit compat layer
is disabled now.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter 2023-01-08 17:21:59 +01:00
parent f6be969f1a
commit 4d345f2de3
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
# Improve KASLR effectiveness for mmap
vm.mmap_rnd_bits = 32
vm.mmap_rnd_compat_bits = 16
# Turn on BPF JIT hardening, if the JIT is enabled.
net.core.bpf_jit_harden = 2