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
2022-03-14Merge branch 'master' into symlink_fileMichael Boelen
2022-03-14[KRNL-5820] small changes to prevent using ROOTDIR and resetting it, also ↵Michael Boelen
showing additional paths in screen output
2022-02-14#1270 added finding configuration files in the "etc" directory, even if they ↵Wojciech Banaś
are symlinks
2022-02-04[KRNL-5820] additional path for security/limits.confRobert Frohl
Changes the user facing output to display a full path, allowing the user to better grasp which security/limits.conf file is affected. fix issue #1264
2022-01-31[KRNL-5788] Only run relevant tests and improved loggingMichael Boelen
2022-01-31Merge pull request #1261 from jsegitz/reboot_testMichael Boelen
check /boot/vmlinuz as a symlink in the reboot test
2022-01-25KRNL-5830: Check for /var/run/needs_restartingpyllyukko
Creating this file was introduced in slackpkg version 15.0.10.
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
Test for LINUX_VERSION before setting it again
2021-01-01KRNL-5677 add NetBSDBrian Ginsbach
It is possible that NetBSD has the `proc` filesystem mounted. When `/proc` is mounted there will be a `/proc/cpuinfo`. Handle the simple case first (`proc` filesystem mounted). There are multiple other means to determine PAE/NX without `/proc/cpuinfo`.
2020-12-16Adding and improvement translated stringsStéphane
2020-11-09spelling: thereforeJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-11-09spelling: explicitlyJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-10-22Merge pull request #1008 from kolenichsj/masterMichael Boelen
Alpine Improvements
2020-10-22Add translate function for all sectionsStéphane
+ add EN and FR up to date languages files
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
This affects: BOOT-5180, KRNL-5622, KRNL-5788, PKGS-7388, PKGS-7390, PKGS-7394, PKGS-7366, and PKGS-7420.
2020-08-10Improve detecting kernel version on diskSteve Kolenich
Improve handling of kenrel files /boot/vmlinuz-linux-lts /boot/vmlinuz-linux /boot/vmlinuz-lts by updateing RegEx and adding elif this corrects issue where version is identified as 'linux' or 'lts' causing false report that a reboot is needed
2020-06-24Merge pull request #920 from jsrc27/Fix-KRNL-5730Michael Boelen
Fix KRNL-5730 to properly check /proc/config.gz
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
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-09Merge pull request #896 from Schmuuu/feature/raspi-detect-required-rebootMichael Boelen
extended test KRNL-5830 to detect required reboots on Raspbian
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
Initialialize a few variables to let --profile developer.prf pass. Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
2020-03-20Updated date/yearMichael Boelen
2020-03-19Check if /vmlinuz is missing due to /etc/kernel-img.confTopi Miettinen
If /etc/kernel-img.conf has the line do_symlinks=No, Debian (probably also Ubuntu) kernel packages will not update /vmlinuz etc. symlinks. In that case, guess the kernel from uname -r. Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
2020-03-19Merge pull request #830 from Schmuuu/fix/vmlinuz-checkMichael Boelen
restructered test and fixed vmlinuz detection
2020-03-18Merge pull request #822 from pyllyukko/vmlinuz-raspbianMichael Boelen
KRNL-5788 in Raspi: don't complain about missing /vmlinuz
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
The Raspberry Pi kernels reside within raspberrypi-kernel package[1]. [1] https://www.raspberrypi.org/documentation/linux/kernel/updating.md
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
exception message
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
fix left over test folder with correct folder from variable
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