From 496e9055a199d998556569b91250242aa0c4a9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20I=C3=B1iguez=20Goia?= Date: Fri, 14 Jun 2024 01:18:39 +0200 Subject: [PATCH] Remove duplicate regex in system.go for -check-requirements (cherry picked from commit fa2f1068f68268770ada62ac5a474b6b659ff3e2) --- daemon/core/system.go | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/core/system.go b/daemon/core/system.go index 5e09451f66..f43637fdb0 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"