X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=kconfig-hardened-check.py;h=e784d073fdf32b658dda9b78ab33899a25296a55;hb=b68eb59c9d222478af8f7b6aeb76801456f3d301;hp=a3612dcd59777731e51477c038b9e204be181171;hpb=6b25acb5e623f3c60a2cdb51aa72f253bc4d0898;p=kconfig-hardened-check.git diff --git a/kconfig-hardened-check.py b/kconfig-hardened-check.py index a3612dc..e784d07 100755 --- a/kconfig-hardened-check.py +++ b/kconfig-hardened-check.py @@ -94,8 +94,9 @@ def construct_opt_list(): opt_list.append([Opt('MODIFY_LDT_SYSCALL', 'is not set', 'kspp', 'cut_attack_surface'), '']) opt_list.append([Opt('KEXEC_FILE', 'is not set', 'my', 'cut_attack_surface'), '']) opt_list.append([Opt('LIVEPATCH', 'is not set', 'my', 'cut_attack_surface'), '']) - opt_list.append([Opt('NAMESPACES', 'is not set', 'my', 'cut_attack_surface'), '']) # user.max_user_namespaces=0 + opt_list.append([Opt('USER_NS', 'is not set', 'my', 'cut_attack_surface'), '']) # user.max_user_namespaces=0 opt_list.append([Opt('IP_DCCP', 'is not set', 'my', 'cut_attack_surface'), '']) + opt_list.append([Opt('IP_SCTP', 'is not set', 'my', 'cut_attack_surface'), '']) opt_list.append([Opt('FTRACE', 'is not set', 'my', 'cut_attack_surface'), '']) opt_list.append([Opt('KPROBES', 'is not set', 'my', 'cut_attack_surface'), '']) opt_list.append([Opt('PROFILING', 'is not set', 'my', 'cut_attack_surface'), ''])