mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-25 23:05:01 +02:00
[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 }}'`
|
FIND=`${IFCONFIGBINARY} -a | ${AWKBINARY} '{ if ( $2 == "Link" ) { print $1 }}'`
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
DragonFly|FreeBSD|NetBSD)
|
DragonFly|FreeBSD|MacOS|NetBSD)
|
||||||
FIND=`${IFCONFIGBINARY} -l`
|
FIND=`${IFCONFIGBINARY} -l`
|
||||||
;;
|
;;
|
||||||
OpenBSD|Solaris)
|
OpenBSD|Solaris)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user