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-05-16add plocateThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2021-10-26allow unknown number of spaces in modprobe blacklistsThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2021-06-21FILE-6344: support hidepid textual valuesRob Chekaluk
2021-04-28Merge pull request #1105 from afunix/1103-blacklisted-modulesMichael Boelen
1103: FILE-6430 reports suggestion only when at least one kernel module is not in the blacklist
2021-04-01Merge pull request #1118 from steph78630/masterMichael Boelen
Add translated status
2021-03-03Add translated statusStéphane
2021-01-081103: FILE-6430 reports suggestion only when at least one kernel module is ↵Pavel Malyshev
not in the blacklist
2021-01-07Preparation for release 3.0.3Michael Boelen
2021-01-05Add and improvements stringsStéphane
2020-10-22Merge pull request #1044 from delscate/masterMichael Boelen
Fix wc and head cmd when using busybox
2020-10-22Add translate function for all sectionsStéphane
+ add EN and FR up to date languages files
2020-10-19Fix wc command with --lines argument to be used with busyboxFabien Lehoussel
2020-07-02[FILE-6430] Don't grep nonexistant modprobe.d filesKepi
We don't want to grep files in modprobe.d when dir is empty. Uses same approach as in USB-1000.
2020-06-02[FILE-6330] corrected descriptionMichael Boelen
2020-06-02Remove double spaceMichael Boelen
2020-04-01Added quotesMichael Boelen
2020-03-28Adding test FILE-6394Sander
2020-03-25[FILE-6374]: Summarize unhardened file systemTopi Miettinen
Report total numbers of unhardened filesystems. Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
2020-03-24Merge pull request #862 from topimiettinen/blacklist-fsMichael Boelen
FS module tests: check if modules are blacklisted
2020-03-24Merge pull request #860 from topimiettinen/harden-mount-optionsMichael Boelen
Harden mount options for /var, check also /dev and /run
2020-03-23FS module tests: check if modules are blacklistedTopi Miettinen
Check if FS modules are blacklisted. Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
2020-03-20Updated date/yearMichael Boelen
2020-03-19Harden mount options for /var, check also /dev and /runTopi Miettinen
There should not be any need for char/block devices in /var, so propose nodev. Sockets are not affected. Check also /dev for noexec,nosuid and /run for nodev,nosuid. Historically there was /dev/MAKEDEV script but that's long gone. In case a file system is not found in /etc/fstab, check if they are mounted otherwise (e.g. via systemd mount units). Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
2020-01-22FILE-6310 for HP-UXgfelkel
HP-UX: /usr/sbin/mount reports "/home on /dev/…", so $1 has to be used
2019-12-18[FILE-6430] minor code improvements and show suggestion with more detailsMichael Boelen
2019-12-18Code style improvement: quote argumentMichael Boelen
2019-10-08Update description for FILE-6374Michael Boelen
2019-09-12[FILE-6374] corrected defaults flag, added root directory, and changed loggingMichael Boelen
2019-07-16Use -n instead of ! -zMichael Boelen
2019-06-06[FILE-6310] filter on correct field for AIXMichael Boelen
2019-04-08Undoed submitted pull request as it breaks testing at least on Ubuntu systemMichael Boelen
2019-04-08fix FILE-6374 (#672)Capashenn
2019-04-02Minor cleanupMichael Boelen
2019-04-02Add test FILE-6324 check XFS file systems (#699)Capashenn
2019-01-31Changed year and preparing for new releaseMichael Boelen
2018-09-06Grammar changeMichael Boelen
2018-01-24[FILE-6363] Check for sticky bit on /var/tmp (#473)Katarina Durechova
2018-01-11Changed yearMichael Boelen
2017-07-28[FILE-6310] match mount points by exact nameMichael Boelen
2017-04-30[bulk change] cleaning up, code enhancements, initialization of variables, ↵Michael Boelen
and new tests
2017-03-06Various cleanups (#363)hlein
* Typo fix. * Style change: always use $(), never ``. The Lynis code already mostly used $(), but backticks were sprinkled around. Converted all of them. * Lots of minor spelling/typo fixes. FWIW these were found with: find . -type f -print0 | xargs -0 cat | aspell list | sort -u | egrep '^[a-z]+$' | less And then reviewing the list to pick out things that looked like misspelled words as opposed to variables, etc., and then manual inspection of context to determine the intention.
2017-03-01[FILE-6372] Properly deal with comments in /etc/fstabMichael Boelen
2017-02-09Changed date and preparing for release2.4.1Michael Boelen
2016-11-19Improve DragonFly support (#329)Zach Crownover
* Update facter location for BSDs BSDs tend to place third party binaries in /usr/local rather than /usr * Add support for DragonFly boot loader detection DragonFly BSD has the same file paths for the bootloader as FreeBSD * Add kernel module checking for DragonFly DragonFly BSD checks kernel modules the same way as FreeBSD * Add DragonFly check for login shells DragonFly's login files are the same as FreeBSD's * Add HAMMER PFS Detection All PFS mounts in HAMMER systems for DragonFly will be detected now
2016-09-10Code cleanups and generic enhancementsMichael Boelen
2016-09-08Style improvements and command replacementsMichael Boelen
2016-09-05FILE-6336: Fixed flawed logic: work correctly even if there is no swap at ↵alobodzinski
all (#272)
2016-09-05[FILE-6344] Adjusted /proc testMichael Boelen
2016-08-29GlusterFS mounts are nodev and nosuid by default, and are invalid mount ↵Mark Ruys
options. So ignore GlusterFS mount points. (#268)
2016-08-25Use detected binariesMichael Boelen