Michael Boelen
da1c1eca10
Preparation for release 3.0.3
2021-01-07 15:22:19 +01:00
Kepi
f94817f66f
Command line option for slow test threshold
...
IMHO it should be OK to run long tests if we count with it.
Example:
lynis audit system --slow-warning 300
Will warn when test takes longer than 300 seconds, instead of default 10.
2020-07-02 23:42:28 +02:00
Michael Boelen
38310223a6
Updated date/year
2020-03-20 14:50:25 +01:00
Michael Boelen
0b0b0ea905
Style improvement
2020-03-12 16:01:11 +01:00
Michael Boelen
e008907ff1
Remove 's' from word 'colours'
2020-03-04 14:51:13 +01:00
Michael Boelen
b011b7a8d5
Merge pull request #850 from gcsgithub/soerelease
...
Soerelease
2020-03-04 14:48:19 +01:00
Mark Garrett
b2f676da7b
allow for correct spelling for colour should drop the s from colours but didnt
2020-03-01 10:19:33 +11:00
Michael Boelen
af70303aeb
Set preferred option to skip plugin executiont o --no-plugins, as that is more in line with the other 'no' options
2020-02-14 11:49:32 +01:00
Michael Boelen
15ae5ea0c1
Added alias --use-cwd as that is more in line with other options (instead of --usecwd)
2019-12-04 08:01:56 +01:00
Michael Boelen
36627a4eb7
Style improvements
2019-09-19 14:05:15 +02:00
Michael Boelen
a72650252f
When audit target is missing, stop execution
2019-08-22 14:11:22 +02:00
Michael Boelen
65f1a5e811
Added initial support for DevOps mode to improve continuous integration
2019-08-21 13:59:28 +02:00
Michael Boelen
3db7a3b944
Move -c also to list of deprecated items
2019-08-21 13:48:36 +02:00
Michael Boelen
ee18e76e97
Preparations for forensics scan mode
2019-08-21 13:41:23 +02:00
Michael Boelen
d621355b7e
Set variable instead of using return, otherwise other parameters won't be checked
2019-07-26 09:00:47 +02:00
Michael Boelen
b384fa2887
New option: --usecwd to run from current working directory
2019-07-25 11:34:58 +02:00
Michael Boelen
dcd829076b
Move this check to the DiscoverProfiles function
2019-07-18 11:48:00 +02:00
Michael Boelen
b53b894f33
Added file check when a profile is provided
2019-07-18 11:42:26 +02:00
Michael Boelen
76e84f4b56
Run non-interactive by default, use --wait to enforce waiting after finishing a group of tests
2019-07-12 14:38:52 +02:00
Michael Boelen
cb77d5a3f7
Show text when stopping execution
2019-06-30 20:37:33 +02:00
Michael Boelen
cfaea21430
Security: test all parameters and arguments for the presence of control characters
2019-06-30 19:29:48 +02:00
Michael Boelen
b0f966ae48
Check number of arguments for 'audit dockerfile'
2019-06-24 15:33:42 +02:00
Michael Boelen
2d0c684931
Added new 'generate' command
2019-04-13 13:26:56 +02:00
Michael Boelen
66066ae226
Changed year and preparing for new release
2019-01-31 14:47:35 +01:00
Michael Boelen
1d52e57e45
Changed output for remote system audit
2018-09-08 11:22:28 +02:00
Michael Boelen
67f9d25461
Updated list of options and man page
2018-08-27 14:25:59 +02:00
Michael Boelen
08ee8136d5
Check for available parameter when using profile or plugindir
2018-05-02 12:48:05 +02:00
Michael Boelen
35a1524d07
Added alias for skipping plugins
2018-01-11 10:19:29 +01:00
Michael Boelen
66f8cb2441
Changed year
2018-01-11 09:50:26 +01:00
Michael Boelen
331422384a
Added --silent as parameter for --quiet
2017-10-29 10:26:18 +01:00
Michael Boelen
f4b6d8d401
Show full command for remote usage
2017-06-21 14:28:12 +02:00
Michael Boelen
4ecb9d4d05
[bulk change] cleaning up, code enhancements, initialization of variables, and new tests
2017-04-30 17:59:35 +02:00
hlein
b595cc0fb5
Various cleanups ( #363 )
...
* 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-06 07:41:21 +00:00
Michael Boelen
03fd94aafa
Code cleanups and removed 'lynis update release' command
2017-03-01 15:27:02 +01:00
Michael Boelen
34ba1ba184
Changed date and preparing for release
2017-02-09 13:35:40 +01:00
Michael Boelen
a7409568c9
Updated commands
2017-02-05 21:08:08 +01:00
Michael Mior
0f318a4b7c
Fix Dockerfile audit ( #313 )
2016-11-05 11:52:06 +01:00
Michael Boelen
3c8e93c28e
Improve usage and display of update tool
2016-10-28 11:47:31 +02:00
Michael Boelen
063f50f39c
Add upload-only command
2016-10-13 20:15:00 +02:00
Michael Boelen
fdf3ded89f
New command 'lynis show details' to display test details
2016-08-26 14:05:20 +02:00
Michael Boelen
c11f7fc1ce
Do not show update message when using 'show' helper
2016-08-23 20:21:26 +02:00
Michael Boelen
b01c801a39
Added aliases for --tests-from-group
2016-08-18 22:00:05 +02:00
Michael Boelen
2bbc17868d
Added --bin-dirs option
2016-08-16 08:07:52 +02:00
Michael Boelen
242f91ab97
Added --rootdir for forensics
2016-08-15 19:50:52 +02:00
Michael Boelen
af999d3207
Allow strict code checking for developers
2016-07-28 11:39:10 +02:00
Michael Boelen
db5d825701
Check for number of arguments
2016-07-28 11:10:59 +02:00
Michael Boelen
ff3f13cdd0
Make Lynis run in quick mode by default
2016-07-27 12:14:25 +02:00
Michael Boelen
64075a8497
Replaced function with generic echo, as functions are not available yet
2016-07-26 15:20:18 +02:00
Michael Boelen
2f4c854ba7
Rename of categories, introduction of groups
2016-07-24 17:22:00 +02:00
Michael Boelen
7f25a1f00e
Remove colors properly with one function (contribution: Mike Slifcak at Pindrop
2016-07-18 19:58:32 +02:00