mirror of https://github.com/CISOfy/lynis.git
AUTH-9218 add NetBSD and OpenBSD
All of the BSDs have `/etc/master.passwd`.
This commit is contained in:
parent
50a60fed87
commit
ac7ad92f22
|
@ -157,7 +157,7 @@
|
|||
# Test : AUTH-9218
|
||||
# Description : Check login shells for passwordless accounts
|
||||
# Notes : Results should be checked
|
||||
Register --test-no AUTH-9218 --os "DragonFly FreeBSD" --root-only YES --weight L --network NO --category security --description "Check login shells for passwordless accounts"
|
||||
Register --test-no AUTH-9218 --os "DragonFly FreeBSD NetBSD OpenBSD" --root-only YES --weight L --network NO --category security --description "Check login shells for passwordless accounts"
|
||||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
FOUND=0
|
||||
LogText "Test: Checking login shells"
|
||||
|
|
Loading…
Reference in New Issue