mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Removing
This commit is contained in:
parent
25a5d7af40
commit
346b843662
1 changed files with 1 additions and 1 deletions
2
lynis
2
lynis
|
|
@ -193,7 +193,7 @@
|
|||
if [ ${ISSUE} -eq 1 ]; then
|
||||
printf "\n[X] Security check failed\n\n Why do I see this error?\n -------------------------------\n This is a protection mechanism to prevent the root user from executing user created files. The files may be altered, or including malicious pieces of script.\n\n What can I do?\n ---------------------\n Option 1) Check if a trusted user created the files (e.g. due to using Git, Homebrew or similar).\n If you trust these files, you can decide to continue this run by pressing ENTER.\n"
|
||||
if [ "${ISSUE_TYPE}" = "perms" ]; then
|
||||
printf "\n Option 2) Change permissions of the related files.\n\n Commands (full directory):\n # chmod ${SUGGESTED_PERMS} include/*\n # ./lynis audit system"
|
||||
printf "\n Option 2) Change permissions of the related files.\n\n Commands (full directory):\n # chmod 640 include/*\n # ./lynis audit system"
|
||||
elif [ "${ISSUE_TYPE}" = "owner" ]; then
|
||||
printf "\n Option 2) Change ownership of the related files (or full directory).\n\n Commands (full directory):\n # cd ..\n # chown -R 0:0 lynis\n # cd lynis\n # ./lynis audit system"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue