mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 11:29:26 +00:00
* added new command lines for rabbitMQ * added httpd_writing_ssl_conf macro and add it to write_etc_common * modified httpd_writing_ssl_conf to add additional files * added additional command to httpd_writing_ssl_conf * Wrap condition Wrap condition with folded style. * Consolidate test connect ports into one list There were several exceptions for apps that do a udp connect on an address simply to see if it works, folllowed by a tcp connect that actually sends/receives data. Unify these exceptions into a single list test_connect_ports, and add port 9 (discard, used by dockerd).