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 (Expand)Author
2022-03-14Merge branch 'master' into symlink_fileMichael Boelen
2022-03-14[KRNL-5820] small changes to prevent using ROOTDIR and resetting it, also sho...Michael Boelen
2022-02-14#1270 added finding configuration files in the "etc" directory, even if they ...Wojciech Banaś
2022-02-04[KRNL-5820] additional path for security/limits.confRobert Frohl
2022-01-31[KRNL-5788] Only run relevant tests and improved loggingMichael Boelen
2022-01-31Merge pull request #1261 from jsegitz/reboot_testMichael Boelen
2022-01-25KRNL-5830: Check for /var/run/needs_restartingpyllyukko
2022-01-25check /boot/vmlinuz as a symlink in the reboot testJohannes Segitz
2021-07-21KRNL-5830: sort kernels by version (ls -v) instead of date on disk (ls -t)Michael Boelen
2021-01-07Preparation for release 3.0.3Michael Boelen
2021-01-07Merge pull request #1004 from Varbin/1003-os-detectionMichael Boelen
2021-01-01KRNL-5677 add NetBSDBrian Ginsbach
2020-12-16Adding and improvement translated stringsStéphane
2020-11-09spelling: thereforeJosh Soref
2020-11-09spelling: explicitlyJosh Soref
2020-10-22Merge pull request #1008 from kolenichsj/masterMichael Boelen
2020-10-22Add translate function for all sectionsStéphane
2020-10-21[KRNL-5830] ignore rescue kernel on systems such as CentOSMichael Boelen
2020-10-16Improved detection of kernel by ignoring known incorrect valuesMichael Boelen
2020-08-15Check LINUX_VERSION_LIKE in various testsSimon Biewald
2020-08-10Improve detecting kernel version on diskSteve Kolenich
2020-06-24Merge pull request #920 from jsrc27/Fix-KRNL-5730Michael Boelen
2020-06-21[KRNL-5830] improved detection for non-symlinked kernel on diskMichael Boelen
2020-05-05Fix KRNL-5730 to properly check /proc/config.gzJeremias Cordoba
2020-04-09Merge pull request #896 from Schmuuu/feature/raspi-detect-required-rebootMichael Boelen
2020-04-08KRNL-5677 use platform instead of preqs-metBrian Ginsbach
2020-04-02extended test KRNL-5830 to detect required reboots on RaspbianKristian S
2020-03-20Fix developer profileTopi Miettinen
2020-03-20Updated date/yearMichael Boelen
2020-03-19Check if /vmlinuz is missing due to /etc/kernel-img.confTopi Miettinen
2020-03-19Merge pull request #830 from Schmuuu/fix/vmlinuz-checkMichael Boelen
2020-03-18Merge pull request #822 from pyllyukko/vmlinuz-raspbianMichael Boelen
2020-01-26restructered test and fixed vmlinuz detectionKristian Schuster
2020-01-11[KRNL-5820] allow dash to define hard/soft valueMichael Boelen
2020-01-07KRNL-5788 in Raspi: don't complain about missing /vmlinuzpyllyukko
2019-12-23[KRNL-5830] derive kernel version from filename after obtaining symlink targetMichael Boelen
2019-12-23[KRNL-5830] check for symlinkMichael Boelen
2019-12-23Removed -o which had no purposeMichael Boelen
2019-12-18Code style improvement: quote argumentMichael Boelen
2019-12-17[KRNL-5830] Use symlink, only test for 'version' keyword if needed, adjusted ...Michael Boelen
2019-12-16[KRNL-5830] Fetch target for symlinked kernelMichael Boelen
2019-12-13[KRNL-5830] skip test partially if non-privilegedMichael Boelen
2019-11-25Merge pull request #804 from Schmuuu/krnl/fix-wrong-limits-subfolderMichael Boelen
2019-11-18Removed empty linesMichael Boelen
2019-10-24fix: forgot to replace test folder with correct folder from variableKristian Schuster
2019-10-15add missing variables and replace '\s' to be posix conformKristian Schuster
2019-10-14fix old limits check not working in a few casesKristian Schuster
2019-10-13add check for disabled coredumps in etc/profile and systemdKristian Schuster
2019-09-29kernel-test: additional improvements for required reboot detectionKristian Schuster
2019-09-28kernel-test: determine reboot requirement for more distros. Plus a few fixesKristian Schuster