X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=kconfig-hardened-check.py;h=e784d073fdf32b658dda9b78ab33899a25296a55;hb=b68eb59c9d222478af8f7b6aeb76801456f3d301;hp=a63df18abaead7a9c6357915d68f0fabb024e377;hpb=b6ee2f57efa850213540ed0173e5eab2442a6e60;p=kconfig-hardened-check.git diff --git a/kconfig-hardened-check.py b/kconfig-hardened-check.py index a63df18..e784d07 100755 --- a/kconfig-hardened-check.py +++ b/kconfig-hardened-check.py @@ -96,6 +96,7 @@ def construct_opt_list(): opt_list.append([Opt('LIVEPATCH', 'is not set', 'my', 'cut_attack_surface'), '']) 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'), ''])