Commit 2665d04c by Alexander Popov

Mention net.core.bpf_jit_harden

parent d7d81056
......@@ -8,7 +8,7 @@
#
# Please don't cry if my Python code looks like C.
#
#
# N.B Hardening command line parameters:
# page_poison=1
# slub_debug=FZP
......@@ -16,6 +16,10 @@
# pti=on
# kernel.kptr_restrict=1
# lockdown=1
#
# N.B. Hardening sysctl's:
# net.core.bpf_jit_harden
#
import sys
from argparse import ArgumentParser
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment