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-02-19[PKGS-7384] changes to detect yum-utils package and related toolingMichael Boelen
2018-02-19Initial version of PackageIsInstalled functionMichael Boelen
2018-02-16Add host identifier options and use manual configured setting in functionMichael Boelen
2018-02-09Pin db sync (#519)mslifcak
* fix testname in one Register and four comments * remove db dup MAIL-8816; add db AUTH-9489 BOOT-5261 CORE-1000 FILE-6363 FILE-6439 KRNL-5831 MAIL-8817 SINT-7010 USB-3000 * fix description PLGN-3856
2018-02-06Ensure a parent directory with binaries is scanned - issue #517 on GitHubMichael Boelen
2018-02-06Include location when uploading dataMichael Boelen
2018-01-26Removed brackets while searching for home directory entriesMichael Boelen
2018-01-26Use existing IDs for tests, renumbering will happen laterMichael Boelen
2018-01-26Minor changesMichael Boelen
2018-01-26tests_usb updates (#514)Dave Vehrs
* Added kernel.dmesg_restrict to sysctl checks. * Moved usb-storage and autthorization tests tests_usb * Limit Suggestions when USBGuard installed * Changed usb_devices to usb
2018-01-25Reverse PATH searchMichael Boelen
2018-01-25Use binary paths from both PATH and predefined list to improve detection on ↵Michael Boelen
all platforms
2018-01-24Add TODO for PAM checks on AUTH-9286Michael Boelen
2018-01-24Initial import for USB groupMichael Boelen
2018-01-24Initial value for PHPVERSIONMichael Boelen
2018-01-24Adding USBGuard to checks for USB Devices. (#499)Dave Vehrs
* Added kernel.dmesg_restrict to sysctl checks. * Initial addition of tests_usb_devices * More updates for tests_usb_devices * More updates * Updated logging and other output.
2018-01-24[FILE-6363] Check for sticky bit on /var/tmp (#473)Katarina Durechova
2018-01-23Added notesMichael Boelen
2018-01-23restore UsePrivilegeSeparation to list of ssh daemon checks (#509)mslifcak
2018-01-23Overhaul of default profile settings and parsingMichael Boelen
2018-01-23Update tests to reflect new style profile configurationMichael Boelen
2018-01-23Deprecate internal updater optionsMichael Boelen
2018-01-23Add 'compliance-standards' as profile option, compliance_standards will be ↵Michael Boelen
deprecated
2018-01-23Mark deprecated options as a warningMichael Boelen
2018-01-21Fix/amend DHCP client detection (#513)melak
- dhcpd is a server; the client is dhcpcd - While here, add udhcpc to the list of recognised DHCP clients
2018-01-20also find exim4 in MAIL-8802 (#512)mslifcak
2018-01-19Added 'system-groups' option for Enterprise usersMichael Boelen
2018-01-18Add possibility to define an array of allowed operating systems for a testMichael Boelen
2018-01-18[TIME-3170] Chrony NetBSD supportMichael Boelen
2018-01-18Added lsmod binaryMichael Boelen
2018-01-18Added vgdisplay binaryMichael Boelen
2018-01-18Added GRUB conf fileMichael Boelen
2018-01-18Implemented NetBSD patch: use correct syntax to compare valuesMichael Boelen
2018-01-18touchup BOOT_LOADER_SEARCHED setting for BOOT-5106 and BOOT-5108 (#511)mslifcak
2018-01-18Set ip binaryMichael Boelen
2018-01-18Minor code enhancementsMichael Boelen
2018-01-18Added getcap and grpck backMichael Boelen
2018-01-18Remove service manager reference from systemctl, minor cleanupMichael Boelen
2018-01-18Additional code enhancementsMichael Boelen
2018-01-17Code enhancementsMichael Boelen
2018-01-17VBoxService running is another VirtualBox clue (#505)mslifcak
2018-01-17remove non printable characters from code (#470)BlessJah
Non printable ESC character is required to obtain terminal escape sequence i.e. for changing output color. Such sequences (especially ESC character) were replaced by command substitution producing exactly same result (variable value), but using only "safe" characters. Use of printf and especialy '\033' or '\0ddd' sequences is described here: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html#tag_20_94_13 Use of $(command) or command substitution is described here: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_03 Verbatim TAB characters were replaced with \t escape sequence as described to avoid problems with editors silently replacing them or developer accidentialy messing up the regex.
2018-01-17Pin svc mgr (#506)mslifcak
* systemctl does not mean systemd is used * Check for systemd active * determine service manager if not already set
2018-01-17Enhancements to reduce file access and removing unneeded variablesMichael Boelen
2018-01-17sort BIN_PATHS before process (#510)mslifcak
2018-01-13Changed Process name search for Bitdefender test. (#503)Jason Soto
* Added php.ini locations for Ubuntu 16.04LTS * Switched Process name Search Bitdefender * Switched Process name Search Bitdefender
2018-01-13[PHP-2379] added quotesMichael Boelen
2018-01-11Use PATH variable as first method to scan directoriesMichael Boelen
2018-01-11Rename variableMichael Boelen
2018-01-11Use different variable in for loopMichael Boelen