mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-13 13:32:50 +00:00
update(cmd_line): put modern bpf to false
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
@@ -31,6 +31,7 @@ cmdline_options::cmdline_options()
|
|||||||
: event_buffer_format(sinsp_evt::PF_NORMAL),
|
: event_buffer_format(sinsp_evt::PF_NORMAL),
|
||||||
gvisor_config(""),
|
gvisor_config(""),
|
||||||
list_plugins(false),
|
list_plugins(false),
|
||||||
|
modern_bpf(false),
|
||||||
m_cmdline_opts("falco", "Falco - Cloud Native Runtime Security")
|
m_cmdline_opts("falco", "Falco - Cloud Native Runtime Security")
|
||||||
{
|
{
|
||||||
define();
|
define();
|
||||||
|
Reference in New Issue
Block a user