Hacker News new | ask | show | jobs
by nominated1 1897 days ago
I’ve gone with the KSPP suggestion:

# Turn off unprivileged eBPF access.

kernel.unprivileged_bpf_disabled = 1

# Turn on BPF JIT hardening, if the JIT is enabled.

net.core.bpf_jit_harden = 2

https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Pr...