From 8c2d1c15661083775329764230314cb2e6f8fa82 Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 28 Aug 2014 19:18:37 +0200 Subject: [PATCH] Adjusted text when file permissions are incorrect --- lynis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lynis b/lynis index c5d145fa..0384080d 100755 --- a/lynis +++ b/lynis @@ -116,7 +116,7 @@ echo " Please change ownership and permissions of the related files and start Lynis again." echo "" echo "Related commands:" - echo "chown root ${INCLUDEDIR}/*" + echo "chown root:root ${INCLUDEDIR}/*" echo "chmod 600 ${INCLUDEDIR}/*" echo ""; echo ""; exit 1