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
AgeCommit message (Collapse)Author
2016-03-22Hide fail2ban open+deleted file warning with grsecEric Light
One of the features in grsecurity also prevents Fail2Ban from creating a temp file under /var/tmp. I've been unable to pinpoint the line in fail2ban which causes the issue, but have confirmed it's related to Fail2Ban. Note: disabling the PaX MPROTECT function on /usr/bin/python will also resolve this issue, but it's better to keep MPROTECT on.
2016-03-13Removed copyright line, added descriptionmboelen
2016-03-13Added link to website, blog, githubmboelen
2015-12-22[LOGG-2154] Check for remote syslogging, more in-depth testingmboelen
2015-12-21Rename of logtext and report functions, upcoming year changemboelen
2015-12-04Remote syslog server not detected for syslog-ngAlexander Lobodzinski
2015-10-10Optimized use of cat, grep and awk.SiemKorteweg
Detection of duplicate entries in /etc/hosts is now more robust. On CentOS7 the SERVICE_MANAGER is detected correctly.
2015-10-04Combine "sort | uniq" into "sort -u" to reduce the number of processes used ↵SiemKorteweg
for running Lynis. The busybox version of sort also supports the -u option.
2015-09-24Corrected logging for tests related to /etc/newsyslog.conf parsingmboelen
2015-07-22Copyright line changes and cleanupsmboelen
2015-05-26Improved detection of directories in logrotatemboelen
2015-03-31Updated last linemboelen
2015-01-03Update of the files to reflect HTTPS version of website and 2015. Happy New ↵mboelen
Year!
2014-11-29Do not check for klogd when systemd-journal is being usedmboelen
2014-11-29Added test for systemd journal daemon [LOGG-2136]mboelen
2014-11-13Show only unique files for deleted files [LOGG-2190]mboelen
2014-09-19Generic code enhancementsmboelen
2014-09-15Code cleanup and small enhancementsmboelen
2014-08-26Initial importmboelen