From: Alexander Popov Date: Wed, 12 Dec 2018 21:53:22 +0000 (+0300) Subject: Mention net.core.bpf_jit_harden X-Git-Tag: v0.5.2~67 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=2665d04c056fed609358b1e6da1eab93eb475c46;p=kconfig-hardened-check.git Mention net.core.bpf_jit_harden --- diff --git a/kconfig-hardened-check.py b/kconfig-hardened-check.py index 0a55c17..3f75c88 100755 --- a/kconfig-hardened-check.py +++ b/kconfig-hardened-check.py @@ -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