mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-18 18:58:41 +00:00
This involves moving the code in falco_init() into individual files below app_actions/. falco_init() simply calls app.run() now. When app.run() returns false, print any erorr. When app.run() sets restart to true, falco_init() is called again. app.run() is still inside a catch block to catch any uncaught exception. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>