X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=active-response%2Ffirewalls%2Fpf.sh;fp=active-response%2Ffirewalls%2Fpf.sh;h=b93502b4c390cac73579d3a5952ea9dbb56032b6;hp=1958f3e3dfb47e3727994a371fc0c16890e1a961;hb=789cbc8e52da68eba3517b920ef22e000cf3c9fd;hpb=ef70704f0b31b59bb719b884d6a99cb9e3e2044a 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