mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-28 00:04:16 +02:00
Merge pull request #898 from bginsbach/auth-9268
AUTH-9268 Add DragonFly
This commit is contained in:
commit
f92fe4e03f
@ -817,13 +817,8 @@
|
|||||||
# Test : AUTH-9268
|
# Test : AUTH-9268
|
||||||
# Description : Searching available PAM files
|
# Description : Searching available PAM files
|
||||||
# Notes : PAM is used on AIX, FreeBSD, Linux, HPUX, NetBSD, Solaris
|
# Notes : PAM is used on AIX, FreeBSD, Linux, HPUX, NetBSD, Solaris
|
||||||
case "${OS}" in
|
OS_USES_PAM="AIX DragonFly FreeBSD Linux HPUX NetBSD Solaris"
|
||||||
"AIX"|"FreeBSD"|"Linux"|"HPUX"|"NetBSD"|"Solaris")
|
Register --test-no AUTH-9268 --os "${OS_USES_PAM}" --weight L --network NO --category security --description "Checking presence pam.d files"
|
||||||
PREQS_MET="YES" ;;
|
|
||||||
*)
|
|
||||||
PREQS_MET="NO" ;;
|
|
||||||
esac
|
|
||||||
Register --test-no AUTH-9268 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Checking presence pam.d files"
|
|
||||||
if [ ${SKIPTEST} -eq 0 ]; then
|
if [ ${SKIPTEST} -eq 0 ]; then
|
||||||
FOUND=0
|
FOUND=0
|
||||||
LogText "Test: Searching pam modules"
|
LogText "Test: Searching pam modules"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user