I observed when csf is updated via cron [1] that the rules csfpost.sh should generate are not present, I suspect the path to the binaries invoked are not available. [1] cat /etc/cron.d/csf_update SHELL=/bin/sh 27 4 * * * root /usr/sbin/csf -u
Make sure to use the scripts from https://github.com/juliengk/csf-pre_post_sh
Installation is quite straightforward:
# cd /usr/local/src # git clone https://github.com/juliengk/csf-post-docker.git # cd csf-post-docker # sh install.sh
If you have any problems with or questions about this image, please contact us through a GitHub issue.