mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Added OpenBSD for [NETW-3004]
This commit is contained in:
parent
44752440e8
commit
820c24c347
1 changed files with 2 additions and 2 deletions
|
|
@ -208,7 +208,7 @@
|
|||
#
|
||||
# Test : NETW-3004
|
||||
# Description : Find available network interfaces on FreeBSD and others
|
||||
Register --test-no NETW-3004 --weight L --network NO --description "Search available network interfaces on FreeBSD and others"
|
||||
Register --test-no NETW-3004 --weight L --network NO --description "Search available network interfaces"
|
||||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
FIND=""
|
||||
N=0
|
||||
|
|
@ -226,7 +226,7 @@
|
|||
DragonFly|FreeBSD|NetBSD)
|
||||
FIND=`${IFCONFIGBINARY} -l`
|
||||
;;
|
||||
Solaris)
|
||||
OpenBSD|Solaris)
|
||||
FIND=`${IFCONFIGBINARY} -a | ${GREPBINARY} "flags=" | ${AWKBINARY} -F ": " '{ print $1 }'`
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue