Set a default variable value for control_1_3_1_4_was_run; if only level1-server tasks are executed, this variable is never set and tasks fail
Signed-off-by: Shawn Hardwick <time4swim@gmail.com>
This commit is contained in:
parent
4af134cd74
commit
a9df5eb912
|
@ -651,6 +651,7 @@ ubtu24cis_tmp_svc: false
|
|||
# The following variables are related to the set of rules from section 1.6.1.x
|
||||
|
||||
## Controls 1.3.1.3 and 1.3.1.4 Ensure all AppArmor Profiles are in enforce (1.3.1.3/4) or complain (1.3.1.3) mode
|
||||
control_1_3_1_4_was_run: false
|
||||
|
||||
# This variable disables the implementation of rules 1.3.1.3 and 1.3.1.4
|
||||
# regarding enforcing profiles or putting them in complain mode
|
||||
|
|
Loading…
Reference in New Issue