mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
Merge pull request #1139 from redanaheim/master
Remove duplicate regex in system.go for -check-requirements
This commit is contained in:
commit
5234df7513
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue