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-03-20 05:30:10 +0300
committerBrian Ginsbach <brian.ginsbach@gmail.com>2020-03-20 22:40:20 +0300
commit9c5451d29db6d3bba7abe580896f249a8464f6b6 (patch)
tree8f0f00296c673ee419c2fedf4b38598507d5c9a1 /include/tests_boot_services
parent1f8b5fafde1fb5dd4f8c5231240e3a8cf1afa39f (diff)
Make BOOT-5260 Linux only
Linux is the only OS with systemd so no need to check for systemd single user mode on other operatings systems.
Diffstat (limited to 'include/tests_boot_services')
-rw-r--r--include/tests_boot_services2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_boot_services b/include/tests_boot_services
index 0b72ab0a..f280cb86 100644
--- a/include/tests_boot_services
+++ b/include/tests_boot_services
@@ -849,7 +849,7 @@
#
# Test : BOOT-5260
# Description : Check single user mode for systemd
- Register --test-no BOOT-5260 --weight L --network NO --category security --description "Check single user mode for systemd"
+ Register --test-no BOOT-5260 --os Linux --weight L --network NO --category security --description "Check single user mode for systemd"
if [ ${SKIPTEST} -eq 0 ]; then
LogText "Test: Searching /usr/lib/systemd/system/rescue.service"
if [ -f ${ROOTDIR}usr/lib/systemd/system/rescue.service ]; then