aboutsummaryrefslogtreecommitdiff
path: root/net/suricata6/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/suricata6/Config.in')
-rw-r--r--net/suricata6/Config.in52
1 files changed, 52 insertions, 0 deletions
diff --git a/net/suricata6/Config.in b/net/suricata6/Config.in
new file mode 100644
index 0000000..2f83cbb
--- /dev/null
+++ b/net/suricata6/Config.in
@@ -0,0 +1,52 @@
+# Suricata 6 configuration
+menu "Suricata 6 Options"
+ menu "Engine Options"
+ config SURICATA_ENABLE_LUAJIT
+ bool "Enable Lua/LuaJIT Support"
+ default n
+
+ config SURICATA_ENABLE_PYTON
+ bool "Enable Python Support"
+ default n
+
+ config SURICATA_ENABLE_GCCPROTECT
+ bool "Enable GCC Hardening Options"
+ default n
+
+ config SURICATA_ENABLE_GCCPROFILE
+ bool "Enable GCC Profile Info (-pg flag set)"
+ default n
+ endmenu
+
+ config SURICATA_ENABLE_PROFILING
+ bool "Enable Performance Profiling"
+ default n
+
+ config SURICATA_ENABLE_NFQUEUE
+ bool "Enable NFQueue Support"
+ default n
+
+ config SURICATA_ENABLE_NFLOG
+ bool "Enable NFLog Support"
+ default n
+
+ config SURICATA_ENABLE_GEOIP
+ bool "Enable GeoIP2 Support"
+ default n
+
+ config SURICATA_ENABLE_LIBMAGIC
+ bool "Enable LibMagic Support"
+ default y
+
+ config SURICATA_ENABLE_DEBUG
+ bool "Enable Debug Output"
+ default n
+
+ config SURICATA_ENABLE_HIREDIS
+ bool "Enable Hiredis Support"
+ default y
+
+ config SURICATA_ENABLE_EBPF
+ bool "Enable eBPF Support"
+ default n
+endmenu