From 2abd2db536f817f62db3bdd212b4eb4e007beed4 Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Mon, 30 Sep 2024 11:03:45 +0000 Subject: [PATCH] chore(falco): deprecated -A Signed-off-by: Luca Guerra --- userspace/falco/app/options.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/userspace/falco/app/options.cpp b/userspace/falco/app/options.cpp index d0422ff0a0e..59c3d836090 100644 --- a/userspace/falco/app/options.cpp +++ b/userspace/falco/app/options.cpp @@ -124,6 +124,7 @@ void options::define(cxxopts::Options &opts) { "Print the rule json schema and exit.", cxxopts::value(print_rule_schema)->default_value("false"))( "A", + "DEPRECATED: use -o base_syscalls.all=true instead. " "Monitor all events supported by Falco and defined in rules and " "configs. Some events are ignored by default when -A is not specified " "(the -i option lists these events ignored). Using -A can impact "