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:
authorSimon Biewald <simon@fam-biewald.de>2020-07-09 19:27:02 +0300
committerSimon Biewald <simon@fam-biewald.de>2020-07-09 19:27:02 +0300
commit38b6105c6061c01b7075a76c23a9e73a962692bf (patch)
treec4a0bd73dcaf31cfcf2748c36bcf49240af8d4a8 /include/tests_time
parentb2be7c160e865252d0c589089e444a259576904f (diff)
add new test to test database
Diffstat (limited to 'include/tests_time')
-rw-r--r--include/tests_time2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_time b/include/tests_time
index 1985aa44..1fb512ae 100644
--- a/include/tests_time
+++ b/include/tests_time
@@ -584,7 +584,7 @@
fi
- Register --test-no TIME-3185 --preqs-met "${PREQS_MET}" --weight L --network NO --category "time" --description "Check systemd-timesyncd synchronized time"
+ Register --test-no TIME-3185 --preqs-met "${PREQS_MET}" --weight L --network NO --category "security" --description "Check systemd-timesyncd synchronized time"
if [ ${SKIPTEST} -eq 0 ]; then
if [ -e /run/systemd/timesync/synchronized ]; then
FIND=$(( $(date +%s) - $(stat -L --format %Y /run/systemd/timesync/synchronized) ))