debian-cis/lib
Charles Herlin 71b70a2b8c 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
2018-03-16 12:06:56 +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 2018-03-16 12:06:56 +01:00
constants.sh 2.2_tmp_nodev.sh 2016-04-04 15:05:10 +02:00
main.sh FEAT: Add sudo_wrapper to catch unauthorized sudo commands 2018-03-16 12:06:56 +01:00
utils.sh Add sudo management in main and utils 2017-11-09 15:45:42 +01:00