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
path: root/lynis
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-04-29 13:21:52 +0300
committermboelen <michael@cisofy.com>2015-04-29 13:21:52 +0300
commit761314df23d6e412c352509ff25de8bcb50fb0d9 (patch)
tree015b4fdff88a099d6a78a0a7bea31c44fe25db7b /lynis
parent2cd57933b64ad64f1ee9d491a787d4b8ec7c4cad (diff)
Move helper text and small adjustment to security error
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis4
1 files changed, 2 insertions, 2 deletions
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"