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
2016-07-11Update tests_boot_services (#201)ratrop
Added detection of password for Grub2 in Ubuntu 14.04 LTS. Previous version doesn't detect it.
2016-06-18Replaced text strings to allow translationsMichael Boelen
2016-05-03Rewritten counters and dealing with valuesMichael Boelen
2016-05-02Minor changes to identation and variable namesmboelen
2016-05-02Check if file is symlink or not (#184)StrangeBubble
2016-04-28Replaced old function names with new onesmboelen
2016-04-25Changed text to avoid showing up as a suggestionmboelen
2016-04-19Change color when UEFI is disabledmboelen
2016-03-17Improve systemd detection on Fedoramboelen
2016-03-17Rewrote test to determine system managermboelen
2016-03-17Check system manager and allow init as option in /proc/1/cmdlinemboelen
2016-03-16BOOT-5104: Rewrote test to detect service managermboelen
2016-03-13Removed copyright line, added descriptionmboelen
2016-03-13Added link to website, blog, githubmboelen
2015-12-21Rename of logtext and report functions, upcoming year changemboelen
2015-12-08Add new test BOOT-5106 to check for boot.efi on Mac OS Xmboelen
2015-10-10Optimized use of cat, grep and awk.SiemKorteweg
Detection of duplicate entries in /etc/hosts is now more robust. On CentOS7 the SERVICE_MANAGER is detected correctly.
2015-09-24New way of reporting a warningmboelen
2015-09-16Merge branch 'master' into freebsd-servicesRoland Smith
2015-09-07Changed identation for GRUB2 testmboelen
2015-09-07Changed screen identation of GRUB2 testmboelen
2015-09-07Added new test for UEFI detection [BOOT-5116] and storing data in reportmboelen
2015-08-20Improved BOOT-5180 detection for newer systems like Debian 8 and screen ↵mboelen
output enhancement
2015-07-22Copyright line changes and cleanupsmboelen
2015-04-27FreeBSD uses the bsdrc service manager.Roland Smith
With this patch, a run on my machine returns: [+] Initializing program ------------------------------------ - Detecting OS... [ DONE ] --------------------------------------------------- Program version: 2.1.1 Operating system: FreeBSD Operating system name: FreeBSD ... [+] Boot and services ------------------------------------ - Service Manager [ bsdrc ]
2015-04-27Used service(8) to discover running services.Roland Smith
On all supported FreeBSD releases, the service(8) program can be used to discover which services are running. This program has been added to the test for binaries. If available, it will be used to test for services. If not, the original code that parses /etc/rc.conf is used. On my system, the following information is produced in the logfile: [19:51:22] Performing test ID BOOT-5165 (Check for FreeBSD boot services) [19:51:22] Searching for services at startup (service) [19:51:23] Found service (service/rc.conf): bgfsck [19:51:23] Found service (service/rc.conf): cleanvar [19:51:23] Found service (service/rc.conf): cron [19:51:23] Found service (service/rc.conf): cupsd [19:51:23] Found service (service/rc.conf): dbus [19:51:23] Found service (service/rc.conf): devd [19:51:23] Found service (service/rc.conf): dmesg [19:51:23] Found service (service/rc.conf): dnsmasq [19:51:23] Found service (service/rc.conf): gptboot [19:51:23] Found service (service/rc.conf): hostid [19:51:23] Found service (service/rc.conf): hostid_save [19:51:23] Found service (service/rc.conf): ip6addrctl [19:51:23] Found service (service/rc.conf): ipfw [19:51:23] Found service (service/rc.conf): mixer [19:51:23] Found service (service/rc.conf): motd [19:51:23] Found service (service/rc.conf): newsyslog [19:51:23] Found service (service/rc.conf): nginx [19:51:23] Found service (service/rc.conf): openntpd [19:51:23] Found service (service/rc.conf): postfix [19:51:23] Found service (service/rc.conf): powerd [19:51:23] Found service (service/rc.conf): sendmail [19:51:23] Found service (service/rc.conf): smartd [19:51:23] Found service (service/rc.conf): syslogd [19:51:23] Found service (service/rc.conf): virecover [19:51:23] Found 24 services/options to run at startup The report shows: [+] Boot and services ------------------------------------ - Service Manager [ UNKNOWN ] - Checking presence FreeBSD loader [ FOUND ] - Checking services at startup (service/rc.conf) [ DONE ] Result: found 24 services/options set
2015-04-27Update check for sulogin under systemd.Aneesh Agrawal
The default rescue.service unit file was updated in the systemd repo on Jan 23, 2015 to allow for sulogin location variability.
2015-03-25Using return codes for file permission checksmboelen
2015-02-13Support openSUSE location of sulogin binarymboelen
2015-01-03Update of the files to reflect HTTPS version of website and 2015. Happy New ↵mboelen
Year!
2014-12-09New single user mode test for systemd, improvements for FreeBSD and better ↵mboelen
detection of init process on Linux
2014-12-05Enhancements for DragonFly BSDmboelen
2014-12-03Extended detection for service manager and NetBSD uptime supportmboelen
2014-12-02Testing for service/job manager [BOOT-5104]mboelen
2014-11-13GRUB2 password protection testmboelen
2014-11-04Changes to uptime calculation for OpenBSDmboelen
2014-11-04Allow OpenBSD boot loader test for all platformsmboelen
2014-11-04Added uptime detection for OpenBSD systems [BOOT-5202]mboelen
2014-11-04OpenBSD support for boot loader detectionmboelen
2014-10-19Boot loader detection for AIX [BOOT-5102]mboelen
2014-10-09Added missing -f for GRUB2 bootloader test [BOOT-5121]mboelen
2014-10-06Improved boot loader detection for Grub2 [BOOT-5121]mboelen
2014-09-25Added Mac OS uptime test [BOOT-5202]mboelen
2014-09-25Set found status when a possible match for boot loader has been foundmboelen
2014-09-25Adjust text and GRUB2 check to work properlymboelen
2014-09-25Added GRUB2 detection on empty /bootmboelen
2014-09-23Improvements to boot loader testsmboelen
2014-09-21Adjusted loggingmboelen
2014-09-15Code cleanup and small enhancementsmboelen
2014-09-15Removed warnings, updated changelogmboelen