mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
[NETW-3004] add macOS support
This commit is contained in:
parent
1cebc05b09
commit
e0ea967f01
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue