mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Apply group check on all groups when using AIX
This commit is contained in:
parent
de60926705
commit
3bce5191ef
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@
|
|||
# Read only mode
|
||||
FIND=`${GRPCKBINARY} -r 2> /dev/null ; echo $?`
|
||||
elif [ "${OS}" = "AIX" ]; then
|
||||
FIND=`${GRPCKBINARY} -n 2> /dev/null ; echo $?`
|
||||
FIND=`${GRPCKBINARY} -n ALL 2> /dev/null ; echo $?`
|
||||
else
|
||||
FIND=`${GRPCKBINARY} 2> /dev/null ; echo $?`
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue