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
path: root/lynis
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-08-28 21:18:37 +0400
committermboelen <michael@cisofy.com>2014-08-28 21:18:37 +0400
commit8c2d1c15661083775329764230314cb2e6f8fa82 (patch)
tree0f2e98fa042bc655693cd39a02b06bbfe7a3b77b /lynis
parent0575468980e5c80560b25359e08a48f9a0516c6e (diff)
Adjusted text when file permissions are incorrect
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis2
1 files changed, 1 insertions, 1 deletions
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