harden some stuff
This commit is contained in:
parent
5d515c04b3
commit
5fe8aa27ae
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@ in
|
||||||
"kernel.kptr_restrict" = 2;
|
"kernel.kptr_restrict" = 2;
|
||||||
"kernel.unprivileged_bpf_disabled" = 1;
|
"kernel.unprivileged_bpf_disabled" = 1;
|
||||||
"net.core.bpf_jit_harden" = 2;
|
"net.core.bpf_jit_harden" = 2;
|
||||||
|
"net.ipv4.conf.all.accept_redirects" = false;
|
||||||
|
"net.ipv4.conf.default.accept_redirects" = false;
|
||||||
|
"net.ipv6.conf.all.accept_redirects" = false;
|
||||||
|
"net.ipv6.conf.default.accept_redirects" = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# blacklist some stuff
|
# blacklist some stuff
|
||||||
|
|
Loading…
Add table
Reference in a new issue