From 2665d04c056fed609358b1e6da1eab93eb475c46 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Thu, 13 Dec 2018 00:53:22 +0300 Subject: [PATCH] Mention net.core.bpf_jit_harden --- kconfig-hardened-check.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.31.1