mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-27 04:29:25 -05:00
4 lines
118 B
Plaintext
4 lines
118 B
Plaintext
|
# Hardens the BPF JIT compiler and restricts it to root.
|
||
|
kernel.unprivileged_bpf_disabled=1
|
||
|
net.core.bpf_jit_harden=2
|