Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 515 Bytes

falco.md

File metadata and controls

31 lines (22 loc) · 515 Bytes

Installation


curl -s https://falco.org/repo/falcosecurity-3672BA8F.asc | apt-key add -
echo "deb https://download.falco.org/packages/deb stable main" | tee -a /etc/apt/sources.list.d/falcosecurity.list
apt-get update -y
apt-get -y install linux-headers-$(uname -r)
apt-get install -y falco
systemctl enable falco
systemctl start falco

Check logs and events


journalctl -fu falco

Clean up

apt-get remove falco