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
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
2016-08-24[FILE-6362] added detailsMichael Boelen
2016-08-24[FILE-6362] optimized test, style, removed warningMichael Boelen
2016-08-18Fix FILE-6344 bug (#263)cnrat
The result of mount command returns like /proc on /proc type proc (rw,hidepid=2) Witch means the regular expression should be '^/proc' not '^proc' or you can grep nothing. :P
2016-08-17[FILE-6374] Improved loggingMichael Boelen
2016-08-10Removed unneeded fieldMichael Boelen
2016-07-31Style and readability improvementsMichael Boelen
2016-07-30Initialize variables and cleanupMichael Boelen
2016-07-30[FILE-6332] Enable testing for UUID usage with blkid commandMichael Boelen
2016-07-24Rename of categories, introduction of groupsMichael Boelen
2016-07-11Merge and initial changes for new tests FILE-6344 and FILE-6430Michael Boelen
2016-07-11added test FILE-6337: check if /proc mounted with hidepid=(1|2) (#225)Lukas Pirl
to hide users' sensitive files in /proc from other users (see `man proc` for details)
2016-07-11[FILE-6430] initial import and changesMichael Boelen
2016-07-11Remove the support of some filesystems (#205)Yann ILAS
For now keeping the test as-is and merge.
2016-06-18Replaced text strings to allow translationsMichael Boelen
2016-05-30Restrict find action to the /tmp mountMichael Boelen
2016-05-11Clean ups and added hints for contributionsMichael Boelen
2016-05-11[FILE-6376] Enabled contributed test and enhancementsMichael Boelen
2016-05-11FILE-xyzz : Bind mount the /var/tmp directory to /tmp (#193)Yann ILAS
Check if a bind mount is done between /var/tmp and the directory /tmp
2016-05-11FILE-6372 : error in awk comparaison (#192)Yann ILAS
2016-05-11Check of /dev/shm:nosuid,nodev,noexec (#194)Yann ILAS
2016-05-11The XFS root FS is not checked (#190)Yann ILAS
At line 431, you should maybe add some tests...
2016-05-03Rewritten counters and dealing with valuesMichael Boelen
2016-04-28Replaced old function names with new onesmboelen
2016-04-19[FILE-6372] Ignore comments in /etc/fstabmboelen
2016-04-19Cleanupmboelen
2016-03-29Bug fixedcnrat
echo /etc/fstab is wrong.