Skip to content

Commit

Permalink
chore(falco): deprecated -A
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra committed Sep 30, 2024
1 parent d8cf4a0 commit 2abd2db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userspace/falco/app/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 2abd2db

Please sign in to comment.