evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
9.86k stars 486 forks source link

Remove duplicate regex in system.go for -check-requirements #1139

Closed redanaheim closed 1 month ago

redanaheim commented 1 month ago

This fixes a minor issue where the same line is displayed twice in opensnitchd -check-requirements:

Checking system requirements for kernel version 6.8.9-asahi
------------------------------------------------------------------------------

        Checking => CONFIG_KPROBES=y
        Checking => CONFIG_KPROBES_ON_FTRACE=y
         - KPROBES not fully supported by this kernel.
        Checking => CONFIG_KPROBES_ON_FTRACE=y
         - KPROBES not fully supported by this kernel.
gustavo-iniguez-goya commented 1 month ago

thank you @redanaheim !