mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-18 18:58:41 +00:00
Squash w Application changes to support actions
This commit is contained in:
@@ -116,6 +116,8 @@ bool application::init(int argc, char **argv, std::string &errstr)
|
||||
m_action_manager.add(std::shared_ptr<runnable_action>(new act_start_webserver(*this)));
|
||||
#endif
|
||||
m_action_manager.add(std::shared_ptr<runnable_action>(new act_validate_rules_files(*this)));
|
||||
|
||||
m_action_manager.add(std::shared_ptr<runnable_action>(new act_daemonize(*this)));
|
||||
m_initialized = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user