Install sysctl.conf only on those architectures where needed

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-04-11 12:12:16 +00:00
parent b119887b50
commit 7ae1dcb33e
7 changed files with 178 additions and 2 deletions

View File

@@ -1,2 +0,0 @@
# Turn on BPF JIT hardening, if the JIT is enabled.
net.core.bpf_jit_harden = 2

View File

@@ -1,2 +0,0 @@
# Turn on BPF JIT hardening, if the JIT is enabled.
net.core.bpf_jit_harden = 2

View File

@@ -1,6 +0,0 @@
# 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