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
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-04-16 20:00:03 +0300
committermboelen <michael@cisofy.com>2015-04-16 20:00:03 +0300
commit3bce5191ef27432781e28974aa613c27fc841fcd (patch)
tree472994d358381dd4becc3a2a74733d9065f77b88
parentde60926705cf916d958c54db6ab218fcbcc25f2e (diff)
Apply group check on all groups when using AIX
-rw-r--r--include/tests_authentication2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_authentication b/include/tests_authentication
index 89a81a29..6921373c 100644
--- a/include/tests_authentication
+++ b/include/tests_authentication
@@ -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