mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Merge 19bdfe5552 into 52ed89ce35
This commit is contained in:
commit
2afca5d2da
1 changed files with 1 additions and 1 deletions
|
|
@ -586,7 +586,7 @@
|
|||
FIND2=$(${LSBINARY} -lnd ${SUDOERS_D} | ${AWKBINARY} '{print $3$4}')
|
||||
LogText "Result: Found directory permissions: ${FIND} and owner UID GID: ${FIND2}"
|
||||
case "${FIND}" in
|
||||
rwx[r-][w-][x-]--- )
|
||||
rw[x-][r-][w-][x-]--- )
|
||||
LogText "Result: directory ${SUDOERS_D} permissions OK"
|
||||
if [ "${FIND2}" = "00" ]; then
|
||||
LogText "Result: directory ${SUDOERS_D} ownership OK"
|
||||
|
|
|
|||
Loading…
Reference in a new issue