I’ve been taking the mock exam for a few weeks now and every time the Falco service crashes and i’m unable to complete the excercise. This is very frustrating. Please advise on what I could be doing wrong. Working on Killershell’s exercises and Falco there never crashes. What is the difference here?
A systemctl restart falco does not restart the service. Here are my actions.
I get the rule to be edited from falco_rules.yaml
I copy the rule to falco_rules_local.yaml, modify, save.
Check status of falco so that I can soft restart it with kill -1 PID and I always get this error
ERROR Below
root@controlplane ~ ➜ systemctl status falco
● falco.service - Falco: Container Native Runtime Security
Loaded: loaded (/usr/lib/systemd/system/falco.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Wed 2024-01-10 07:24:21 EST; 11s ago
Docs: The Falco Project | Falco
Process: 9716 ExecStopPost=/sbin/rmmod falco (code=exited, status=0/SUCCESS)
Process: 9709 ExecStart=/usr/bin/falco --pidfile=/var/run/falco.pid -c /etc/falco/falco.yaml (code=exited, status=1/FAILURE)
Process: 9699 ExecStartPre=/sbin/modprobe falco (code=exited, status=0/SUCCESS)
Main PID: 9709 (code=exited, status=1/FAILURE)