X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=active-response%2Ffirewalls%2Fpf.sh;h=b93502b4c390cac73579d3a5952ea9dbb56032b6;hb=789cbc8e52da68eba3517b920ef22e000cf3c9fd;hp=1958f3e3dfb47e3727994a371fc0c16890e1a961;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/active-response/firewalls/pf.sh b/active-response/firewalls/pf.sh index 1958f3e..b93502b 100755 --- a/active-response/firewalls/pf.sh +++ b/active-response/firewalls/pf.sh @@ -46,7 +46,7 @@ fi # OpenBSD and FreeBSD pf -if [ "X${UNAME}" = "XOpenBSD" -o "X${UNAME}" = "XFreeBSD" ]; then +if [ "X${UNAME}" = "XOpenBSD" -o "X${UNAME}" = "XFreeBSD" -o "X${UNAME}" = "XDarwin" ]; then # Checking if pfctl is present ls ${PFCTL} > /dev/null 2>&1