mirror of https://github.com/CISOfy/lynis.git
[NETW-3004] add macOS support
This commit is contained in:
parent
1cebc05b09
commit
e0ea967f01
|
@ -228,7 +228,7 @@
|
|||
FIND=`${IFCONFIGBINARY} -a | ${AWKBINARY} '{ if ( $2 == "Link" ) { print $1 }}'`
|
||||
fi
|
||||
;;
|
||||
DragonFly|FreeBSD|NetBSD)
|
||||
DragonFly|FreeBSD|MacOS|NetBSD)
|
||||
FIND=`${IFCONFIGBINARY} -l`
|
||||
;;
|
||||
OpenBSD|Solaris)
|
||||
|
|
Loading…
Reference in New Issue