Mention net.core.bpf_jit_harden
authorAlexander Popov <alex.popov@linux.com>
Wed, 12 Dec 2018 21:53:22 +0000 (00:53 +0300)
committerAlexander Popov <alex.popov@linux.com>
Wed, 12 Dec 2018 21:53:22 +0000 (00:53 +0300)
kconfig-hardened-check.py

index 0a55c177b97a5d8dbfe425c1d0fe19c0c5f19591..3f75c884bc6b7567da821b313767d7ca6e9a6abc 100755 (executable)
@@ -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
 #    pti=on
 #    kernel.kptr_restrict=1
 #    lockdown=1
+#
+# N.B. Hardening sysctl's:
+#    net.core.bpf_jit_harden
+#
 
 import sys
 from argparse import ArgumentParser