debian-cis/lib
Charles Herlin ec6b79e3c7 FEAT: Add sudo_wrapper to catch unauthorized sudo commands
As for now, if a sudo command was not allowed, check might sometimes
pass, resulting compliant state even if it actually is not.
Sudo wrapper first checks wether command is allowed before running it,
otherwise issues a crit message, setting check as not compliant

Fix script to make sudo_wrapper work, split "find" lines
Fix quotes in $@ and $* when running sudo command

Fixed quotes and curly braces with shellcheck report
2019-01-23 15:56:27 +01:00
..
.gitignore Initial Commit Basic folders 2016-04-01 07:50:08 +02:00
common.sh FEAT: Add sudo_wrapper to catch unauthorized sudo commands 2019-01-23 15:56:27 +01:00
constants.sh 2.2_tmp_nodev.sh 2016-04-04 16:14:53 +02:00
main.sh FEAT: Add sudo_wrapper to catch unauthorized sudo commands 2019-01-23 15:56:27 +01:00
utils.sh Add sudo management in main and utils 2018-03-13 10:38:25 +01:00