From 080629a82033f7c4b0402fc82bfdebf6deace5ca Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 25 Apr 2023 14:40:07 +0100 Subject: [PATCH] updated Signed-off-by: Mark Bolwell --- Changelog.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e3f18429..6bd9444a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,11 +2,23 @@ ## 1.5.8 -- [#278](https://github.com/ansible-lockdown/RHEL8-CIS/issues/278) thanks to @crayeth +thanks to @crayeth + +- [#278](https://github.com/ansible-lockdown/RHEL8-CIS/issues/278) - Added new options to allow ipv6 rules if required although ipv6 disabled - ```rhel8cis_ipv6_sysctl_force``` - default: true +thanks to @bbaassssiiee + +- [#279](https://github.com/ansible-lockdown/RHEL8-CIS/issues/279) +- [#280](https://github.com/ansible-lockdown/RHEL8-CIS/issues/280) +- [#281](https://github.com/ansible-lockdown/RHEL8-CIS/issues/281) +- [#284](https://github.com/ansible-lockdown/RHEL8-CIS/issues/284) + - new option to allow manual changes to pamd files without using authconfig + - ```rhel8cis_5_4_2_risks``` need sto be set to ACCEPT to run + - default: NEVER + ## 1.5.7 - lint updates