forked from ansible-lockdown/RHEL9-CIS
7 lines
163 B
Django/Jinja
7 lines
163 B
Django/Jinja
## This file is managed by Ansible, YOUR CHANGES WILL BE LOST!
|
|
|
|
{% if rhel9cis_rule_1_5_3 %}
|
|
# Kernel sysctl
|
|
# CIS 1.5.3
|
|
kernel.randomize_va_space = 2
|
|
{% endif %}
|