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
2020-06-02Remove double spaceMichael Boelen
2020-06-02Add GentooMichael Boelen
2020-05-21Merge pull request #929 from Jaimie85/update-NL-languageMichael Boelen
Update & sort NL language
2020-05-20Update nlJaimie
2020-05-16Merge pull request #927 from danielf-5/masterMichael Boelen
Minor edits
2020-05-16Update CONTRIBUTING.mdDaniel Fernandez
2020-05-16Update HAPPY_USERS.mdDaniel Fernandez
2020-05-16Update README.mdDaniel Fernandez
2020-05-15Merge pull request #925 from ajshastri/masterMichael Boelen
Added OS detection for Oracle Linux
2020-05-15Addedd OS detection for Oracle LinuxAditya Shastri
2020-05-07Merge pull request #912 from konstruktoid/filepermsMichael Boelen
accept more restrictive file permissions
2020-05-05Fix KRNL-5730 to properly check /proc/config.gzJeremias Cordoba
When KRNL-5728 locates the kernel config it does not properly set LINUXCONFIGFILE if config is found as /proc/config.gz. This causes KRNL-5730 to fail due to missing prereqs, despite a kernel config existing. Signed-off-by: Jeremias Cordoba <js.cordoba8321@gmail.com>
2020-04-22accept more restrictive file permissionsThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-04-12Merge pull request #883 from topimiettinen/check-encrypted-swap-devicesMichael Boelen
Check if system uses encrypted swap devices
2020-04-09Merge pull request #882 from topimiettinen/check-package-certificatesMichael Boelen
[CRYP-7902] Check also certificates provided by packages
2020-04-09Merge pull request #896 from Schmuuu/feature/raspi-detect-required-rebootMichael Boelen
extended test KRNL-5830 to detect required reboots on Raspbian
2020-04-09Merge pull request #904 from bginsbach/krnl-5677Michael Boelen
KRNL-5677 use platform instead of preqs-met
2020-04-08KRNL-5677 use platform instead of preqs-metBrian Ginsbach
2020-04-08Merge pull request #903 from church1e/masterMichael Boelen
[CRYP-7902] Fixes issue #902
2020-04-08 [CRYP-7902] Fixes issue #902 Martin Churchill
[CRYP-7902] Checks for SSL_CERTIFICATE_PATHS_TO_IGNORE fails to ignore sub-directories #902
2020-04-07[PROC-3802] added package manager routine as dependencyMichael Boelen
2020-04-06Added support to require a detected and known package managerMichael Boelen
2020-04-06Updated logMichael Boelen
2020-04-06Merge pull request #901 from 0xD503/ru-langMichael Boelen
Add Russian translation
2020-04-06Added Russian translation0xD503
Added Russian localization
2020-04-04[NETW-2400] Improved loggingMichael Boelen
2020-04-04Added new test NETW-2400Michael Boelen
2020-04-03[NETW-2706] allow usage of systemd-resolve and resolvectl, improved screen ↵Michael Boelen
output and logging
2020-04-03Updated logMichael Boelen
2020-04-03Merge pull request #899 from bginsbach/auth-9218Michael Boelen
AUTH-9218 Improvements
2020-04-03Updated logMichael Boelen
2020-04-03Merge pull request #898 from bginsbach/auth-9268Michael Boelen
AUTH-9268 Add DragonFly
2020-04-03Merge branch 'master' of https://github.com/CISOfy/lynisMichael Boelen
2020-04-03[NETW-2706] redirect errors to stderrMichael Boelen
2020-04-03[NETW-2706] redirect errors to stderrMichael Boelen
2020-04-03AUTH-9218 add NetBSD and OpenBSDBrian Ginsbach
All of the BSDs have `/etc/master.passwd`.
2020-04-03AUTH-9218 add requires rootBrian Ginsbach
The `/etc/master.passwd` file on BSD systems is (or should be) read/write root only. Skip the test if not being run as root.
2020-04-03Combine AUTH-9218 and AUTH-9489Brian Ginsbach
These two tests are essentially identical. There is no need separate the DragonFly and FreeBSD tests. This will make it easier to add support for other BSD systems.
2020-04-02AUTH-9268 Add DragonFlyBrian Ginsbach
DragonFly also supports PAM. Rework to use the `--os` option of `Register` rather than `--preqs-met` as the former can support a list.
2020-04-02extended test KRNL-5830 to detect required reboots on RaspbianKristian S
2020-04-02Added new test PHP-2382Michael Boelen
2020-04-02Updated logMichael Boelen
2020-04-02[PRNT-2308] check for Port statement and minor adjustments to testMichael Boelen
2020-04-02Renamed spools to spoolersMichael Boelen
2020-04-02[PRNT-2308] check also SSLListen statementsMichael Boelen
2020-04-02Updated logMichael Boelen
2020-04-02[CRYP-7902] Optionally check also certificates provided by packagesTopi Miettinen
The package maintainers are not immune to mistakes or they might not always provide timely updates, so let's check (optionally) more certificates even if they are delivered by packages. I found three expired certificates in my Debian/unstable system, thanks to changed Lynis. Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
2020-04-02Added fallback for awk/tr, small code enhancement, added noteMichael Boelen
2020-04-01The IsRunning function may have not everything defined early on, so added a ↵Michael Boelen
fallback
2020-04-01Updated logMichael Boelen