From fa2f1068f68268770ada62ac5a474b6b659ff3e2 Mon Sep 17 00:00:00 2001 From: redanaheim <54746609+redanaheim@users.noreply.github.com> Date: Sun, 26 May 2024 23:22:53 +0000 Subject: [PATCH] Remove duplicate regex in system.go for -check-requirements --- daemon/core/system.go | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/core/system.go b/daemon/core/system.go index 60f10693..3b705aff 100644 --- a/daemon/core/system.go +++ b/daemon/core/system.go @@ -86,7 +86,6 @@ func CheckSysRequirements() { "Regexps": [ "CONFIG_KPROBES=y", "CONFIG_KPROBES_ON_FTRACE=y", - "CONFIG_KPROBES_ON_FTRACE=y", "CONFIG_HAVE_KPROBES=y", "CONFIG_HAVE_KPROBES_ON_FTRACE=y", "CONFIG_KPROBE_EVENTS=y"