91cf1e88dc
This patch updates all the roles to the latest available stable SHA's, copies the release notes from the updated roles into the integrated repo. Change-Id: Iebe2dfd5b1a1fd8977d13075dfe7f841e6e416a0
16 lines
592 B
YAML
16 lines
592 B
YAML
---
|
|
features:
|
|
- |
|
|
The tasks within the ansible-hardening role are now based on Version 1,
|
|
Release 3 of the Red Hat Enteprise Linux Security Technical Implementation
|
|
Guide.
|
|
- |
|
|
The ``sysctl`` parameter ``kernel.randomize_va_space`` is now set to
|
|
``2`` by default. This matches the default of most modern Linux
|
|
distributions and it ensures that Address Space Layout Randomization
|
|
(ASLR) is enabled.
|
|
- |
|
|
The Datagram Congestion Control Protocol (DCCP) kernel module is now
|
|
disabled by default, but a reboot is required to make the change
|
|
effective.
|