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-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-17Add TODO for BusyBox supportMichael Boelen
2018-09-17[KRNL-5788] ignore exception when no vmlinuz file was discoveredMichael Boelen
2018-09-17[PKGS-7322] Updated solution textMichael 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-27Minor cleanupsMichael Boelen
2018-08-27Updated list of options and man pageMichael 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-22[BOOT-5104] improved parsing parameters to init processMichael 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-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 URL for Lynis controlsMichael Boelen
2018-07-25[SSH-7408] adjusted classification of root login with keysMichael Boelen
2018-07-25[BOOT-5104] added busybox to service managersMichael Boelen
2018-07-25[KRNL-5677] Limit PAE and no-execute test to AMD64 hardware onlyMichael 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-05Fix: extra operand errorMichael Boelen
2018-07-02[KRNL-5830] improved text in logMichael Boelen
2018-06-28Move reporting of hostid2 to main section to ensure it is added to reportMichael Boelen
2018-06-26Merge branch 'master' of https://github.com/CISOfy/lynisMichael Boelen
2018-06-26query DNS with FQDN (#555)Thomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2018-06-26Removed 'update release' from help textMichael Boelen
2018-06-26Changed number of Exim test and minor changesMichael Boelen
2018-06-26Initial Tests for Exim (#539)Dave Vehrs
* Added kernel.dmesg_restrict to sysctl checks. * Extending Exim Tests, round 1 * fixed a few string comparisons * fixed old test * Cleans to Exim options tests
2018-06-22Updated tests_ssh, removed extra ssh in the test (#557)aram535
Seems like in the patch there was an extra 'ssh' added in the command line, which is breaking the ssh tests. Removing the ssh keyword... -T -C ... fixes the problem.
2018-06-06[TIME-3160] Extend check for step-tickers file for RedHat (#553)Carsten Grohmann
On RedHat if the step-tickers file exists but empty, the ntp start script uses the servers listed in ntp.conf for the initial time synchronization.
2018-05-14[SSH-7402] when SSH configuration has Match block, allow evaluation of full ↵Michael Boelen
configuration
2018-05-02[DNS-1600] Test is disabled until domain is configuredMichael Boelen
2018-05-02Merge branch 'master' of https://github.com/CISOfy/lynisMichael Boelen
2018-05-02DNS-1600 Check for DNSSEC validation (#535)kisst
2018-05-02Check for available parameter when using profile or plugindirMichael Boelen
2018-05-02Update for PHP 7.2 (#546)Matyáš Koc
Added php.ini paths used on Ubuntu with PHP 7.1/7.2
2018-05-01[NETW-2704] added support for local resolver used on Ubuntu 18.04Michael Boelen
2018-04-23[PHP-2379] Suhosin test disabledMichael Boelen
2018-04-23[AUTH-9308] Made 'sulogin' more generic for systemd rescue shellMichael Boelen
2018-04-23Merge branch 'master' of https://github.com/CISOfy/lynisMichael Boelen
2018-04-23delayed is a legacy synonym (#531)Thomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>