[rc-4.8] Add new CIS hardening controls (#552)#571
Merged
abhinavnagaraj merged 1 commit intorc-4.8from Mar 19, 2026
Merged
Conversation
* Add new CIS hardening controls with idempotent implementations New CIS controls added: - CIS 5.2.2, 5.2.3, 5.2.4: Sudo hardening (pty, logging, password policies) - CIS 5.4.3.3: Default umask 027 configuration - Service hardening: Mask apport and rpcbind services - CIS 1.5.x: Coredump restrictions via systemd - CIS 2.1.x: NTP time synchronization All new functions use idempotent patterns (file overwrites or grep guards). Preserves all existing main branch hardening including AppArmor, rsyslog, AIDE, kernel hardening, and SSH Level 2 controls. Co-Authored-By: Oz <oz-agent@warp.dev> * Add CUSTOM_KUBEADM_PROVIDER_IMAGE support for custom provider testing Co-Authored-By: Oz <oz-agent@warp.dev> * Remove NTP hardening from CIS controls NTP configuration should be handled externally, not in image hardening. Co-Authored-By: Oz <oz-agent@warp.dev> * Remove CUSTOM_KUBEADM_PROVIDER_IMAGE override No longer needed - using standard provider-kubeadm image. Co-Authored-By: Oz <oz-agent@warp.dev> --------- Co-authored-by: Sumit Mishra <sumitmishra@sumit.mishra's MacBook Pro> Co-authored-by: Oz <oz-agent@warp.dev> (cherry picked from commit 1c4682e)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
maintorc-4.8:Questions ?
Please refer to the Backport tool documentation