diff --git a/lynis b/lynis index 2e07e5f0..8e67d668 100755 --- a/lynis +++ b/lynis @@ -134,7 +134,7 @@ echo "" echo " Why do I see this error?" echo " -------------------------------" - echo " This error is a protection mechanism, to prevent root user from executing user created files." + echo " This is a protection mechanism, to prevent the root user from executing user created files." echo ""; echo "" echo " What can I do?" echo " ---------------------" @@ -834,12 +834,12 @@ ################################################################################# # if [ ${RUN_HELPERS} -eq 1 ]; then - InsertPluginSection "Audit Module" if [ ! "${HELPER}" = "" ]; then logtext "Helper tool is $HELPER" if [ -f ${INCLUDEDIR}/helper_${HELPER} ]; then SafePerms ${INCLUDEDIR}/helper_${HELPER} logtext "Running helper tool ${HELPER} with params: ${HELPER_PARAMS}" + InsertPluginSection "Helper: ${HELPER}" . ${INCLUDEDIR}/helper_${HELPER} ${HELPER_PARAMS} else echo "Error, could not find helper"