blob: 2f83cbb0ad53a58d4873310e9354bd9b7d27e560 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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
|