4
0
Fork 0
RHEL9-CIS/templates/etc/sysctl.d/60-kernel_sysctl.conf.j2
Mark Bolwell b68e8a3cdd
Added Managed by Ansible Changes will be lost
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2022-06-22 09:53:27 +01:00

8 lines
No EOL
163 B
Django/Jinja

## This file is managed by Ansible, YOUR CHANGED WILL BE LOST!
{% if rhel9cis_rule_1_5_3 %}
# Kernel sysctl
# CIS 1.5.3
kernel.randomize_va_space = 2
{% endif %}