4
0
Fork 0
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-03-30 16:34:33 +01:00
parent c6caa90059
commit 19a218390d
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
6 changed files with 22 additions and 21 deletions

View file

@ -0,0 +1,8 @@
# Setting added via ansible CIS remediation playbook
{% if rhel9cis_rule_1_5_3 %}
# Kernel sysctl
# CIS 1.5.3
kernel.randomize_va_space = 2
{% endif %}