mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-02 08:12:54 +02:00
Install sysctl.conf only on those architectures where needed
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
6
config/etc-x86_64/sysctl-x86_64.conf
Normal file
6
config/etc-x86_64/sysctl-x86_64.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user