7 lines
185 B
YAML
7 lines
185 B
YAML
---
|
|
|
|
sysctl_rhel_config:
|
|
# ExecShield protection against buffer overflows
|
|
kernel.exec-shield: 1
|
|
# Syncookies is used to prevent SYN-flooding attacks.
|
|
net.ipv4.tcp_syncookies: 1
|