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
2018-09-19Lynis release 2.6.92.6.9Michael Boelen
2018-09-19[DBS-1882] added support for QNAP pathMichael Boelen
2018-09-19Detection for QNAP devicesMichael Boelen
2018-09-19Added QNAP device variableMichael Boelen
2018-09-19[DBS-1882] added /usr/local/redis/etc pathMichael Boelen
2018-09-19[TIME-3104] added more loggingMichael Boelen
2018-09-17Updated logMichael Boelen
2018-09-17Add TODO for BusyBox supportMichael Boelen
2018-09-17[KRNL-5788] ignore exception when no vmlinuz file was discoveredMichael Boelen
2018-09-17Updated logMichael Boelen
2018-09-17[PKGS-7322] Updated solution textMichael Boelen
2018-09-08Updated logMichael Boelen
2018-09-08Changed output for remote system auditMichael Boelen
2018-09-06Grammar changeMichael Boelen
2018-09-06avoid “can't shift that many” error (#571)superpoussin22
got this error on debian auditing a docker file when testing an ubuntu Dockerfile when lynis try to find KEY_USED
2018-09-06fix opensuse os detection with os-release (#578)Wagner
2018-08-28detect if latest TAG is used (#575)superpoussin22
that's always better to specify the version, latest desn't mean latest version it can be a suggestion if you prefer
2018-08-27Removed spaceMichael Boelen
2018-08-27Switch to development versionMichael Boelen
2018-08-27Minor cleanupsMichael Boelen
2018-08-27Updated list of options and man pageMichael Boelen
2018-08-23Release 2.6.82.6.8Michael Boelen
2018-08-23[PHP-2372] test all PHP files for expose_php and improved loggingMichael Boelen
2018-08-22[BOOT-5104] extended loggingMichael Boelen
2018-08-22Updated logMichael Boelen
2018-08-22[BOOT-5104] improved parsing parameters to init processMichael Boelen
2018-08-15Switch to 2.6.8 developmentMichael Boelen
2018-08-15Missing quotes and better display (#570)superpoussin22
for KEY_USED
2018-08-15add a few basic test (#572)superpoussin22
2018-08-15add alpine support (#569)superpoussin22
also initialize a few variables which wasn't initialyzed
2018-08-09Release 2.5.72.6.7Michael Boelen
2018-08-07Update helper_audit_dockerfile (#568)superpoussin22
To support LABEL maintainer="toto" and LABEL maintainer "toto" correct syntax from docker is LABEL maintainer="xxxxxxxxxxxxxxx"
2018-08-03Updated logMichael Boelen
2018-08-03Updated URL for Lynis controlsMichael Boelen
2018-07-30Update CONTRIBUTORS.md (#566)Gonzalo L. R
add myself request by @mboelen because we all love Lynis
2018-07-25Updated logMichael Boelen
2018-07-25Switch to development version 2.6.7Michael Boelen
2018-07-25[SSH-7408] adjusted classification of root login with keysMichael Boelen
2018-07-25Updated logMichael Boelen
2018-07-25[BOOT-5104] added busybox to service managersMichael Boelen
2018-07-25Updated logMichael Boelen
2018-07-25[KRNL-5677] Limit PAE and no-execute test to AMD64 hardware onlyMichael Boelen
2018-07-25Updated logMichael Boelen
2018-07-25[LOGG-2190] ignore /dev/zero and /dev/[aio] as deleted filesMichael Boelen
2018-07-24added path information for correct detection of config files and modules of ↵Bernhard R. Fischer
Apache 2.4 (standard installation from ports tree) on FreeBSD (#562)
2018-07-24Fix for umask check in case of multiple files (#560)gkrystev
In case when umask is checked in multiple files and in some of the files except the last one a weak umask is found, the tool reports weak mask for the rest of the files. In the example bellow, the weak umask is only in /etc/csh.cshrc. However, the check /etc/profile is reported weak as well. Expected: Checking default umask values Checking default umask in /etc/bashrc [ OK ] Checking default umask in /etc/csh.cshrc [ WEAK ] Checking default umask in /etc/profile [ OK ] Actual: Checking default umask values Checking default umask in /etc/bashrc [ OK ] Chhhhecking default umask in /etc/csh.cshrc [ WEAK ] Chhhhecking default umask in /etc/profile [ WEAK ]
2018-07-24Update GitHub issue templatesMichael Boelen
2018-07-06Lynis 2.6.6 release2.6.6Michael Boelen
2018-07-05Updated logMichael Boelen
2018-07-05Fix: extra operand errorMichael Boelen