mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-25 14:43:06 +00:00
8 lines
153 B
Text
8 lines
153 B
Text
|
|
# 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 %}
|