mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-01 17:12:21 +00:00
cleanup(actions): now modern bpf support -A
flag
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
parent
7414c2d161
commit
696fa43dc2
@ -116,14 +116,6 @@ falco::app::run_result falco::app::actions::load_rules_files(falco::app::state&
|
|||||||
s.engine->enable_rule_by_tag(s.options.enabled_rule_tags, true);
|
s.engine->enable_rule_by_tag(s.options.enabled_rule_tags, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(s.options.all_events && s.options.modern_bpf)
|
|
||||||
{
|
|
||||||
/* Right now the modern BPF probe doesn't support the -A flag, we implemented just
|
|
||||||
* the "simple set" syscalls.
|
|
||||||
*/
|
|
||||||
falco_logger::log(LOG_INFO, "The '-A' flag has no effect with the modern BPF probe, no further syscalls will be added\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (s.options.describe_all_rules)
|
if (s.options.describe_all_rules)
|
||||||
{
|
{
|
||||||
s.engine->describe_rule(NULL);
|
s.engine->describe_rule(NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user