mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Adjusted text when file permissions are incorrect
This commit is contained in:
parent
0575468980
commit
8c2d1c1566
1 changed files with 1 additions and 1 deletions
2
lynis
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue