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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-05-09 14:50:38 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-05-09 14:50:38 +0300
commita40331aedcaa78c15e795ee981ff0bee2e6f3fd7 (patch)
tree6770e1b291a9d7c91d8c7433f8330990ed91ae24 /include
parentba3d47ba7f84409825290496aea5e6f08f76fc6b (diff)
Clean up unneeded log entries
Diffstat (limited to 'include')
-rw-r--r--include/functions4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/functions b/include/functions
index d5e2de05..1b5fff95 100644
--- a/include/functions
+++ b/include/functions
@@ -1929,8 +1929,6 @@
echo "Fatal error: file $1 should be owned by user 'root' when running it as root (found: ${OWNER})."
ExitFatal
fi
- else
- LogText "Note: Owner permissions of file $1 to be expected similar as the UID executing the process"
fi
# Group permissions
GROUP=`echo ${PERMS} | awk -F" " '{ print $4 }'`
@@ -1941,8 +1939,6 @@
echo "Fatal error: group owner of directory $1 should be owned by root user, wheel or similar (found: ${GROUP})."
ExitFatal
fi
- else
- LogText "Note: Group permissions of file $1 to be expected similar as the UID executing the process"
fi
# Owner permissions