mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
8 lines
No EOL
153 B
Django/Jinja
8 lines
No EOL
153 B
Django/Jinja
# 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 %} |