Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Ginsbach <brian.ginsbach@gmail.com>2020-04-02 22:48:41 +0300
committerBrian Ginsbach <brian.ginsbach@gmail.com>2020-04-03 04:09:34 +0300
commitac7ad92f227c5302ef46bee7d34fbf07dcf364b7 (patch)
treeb29be9c24b0c331a27352ce4b58882ff2e8e3ddb /include/tests_authentication
parent50a60fed876d13cecb9c61d18d8b7ead93a88043 (diff)
AUTH-9218 add NetBSD and OpenBSD
All of the BSDs have `/etc/master.passwd`.
Diffstat (limited to 'include/tests_authentication')
-rw-r--r--include/tests_authentication2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_authentication b/include/tests_authentication
index 8099eb0c..41b47955 100644
--- a/include/tests_authentication
+++ b/include/tests_authentication
@@ -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"