-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.6.1.1 Adding solution for users with passwords. #116
Closed
brisky
wants to merge
25
commits into
ansible-lockdown:devel
from
siemens:siemens/feat/ensure_user_passwd_min_max_5_6_1
Closed
5.6.1.1 Adding solution for users with passwords. #116
brisky
wants to merge
25
commits into
ansible-lockdown:devel
from
siemens:siemens/feat/ensure_user_passwd_min_max_5_6_1
Conversation
This file contains 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
Initial 1.0 release CIS 1.0
Merge to Main galaxy workflow
Galaxy Compliance
Devel to main - bug fixes
devel to main release
Readme layout update
workflow check run
Signed-off-by: Bernd Grobauer <[email protected]>
…s/rhel9/devel' Adding missing lines to sysctl.d/50-default.conf See merge request infosec-pss-gov/security-crafter-baseline-automations/ansible-lockdown/rhel9-cis!1
Signed-off-by: root@DERVISHx <[email protected]>
…ens/rhel9/devel' Adding new entry in /etc/pam.d/system-auth See merge request infosec-pss-gov/security-crafter-baseline-automations/ansible-lockdown/rhel9-cis!2
Signed-off-by: root@DERVISHx <[email protected]>
Signed-off-by: root@DERVISHx <[email protected]>
Signed-off-by: root@DERVISHx <[email protected]>
…siemens/rhel9/devel' Fix sintax Error on cis_5.2.x.yml See merge request infosec-pss-gov/security-crafter-baseline-automations/ansible-lockdown/rhel9-cis!4
…emens.com:infosec-pss-gov/security-crafter-baseline-automations/ansible-lockdown/rhel9-cis into siemens/feat/ensure_default_umask_027_5_6_5
Signed-off-by: root@DERVISHx <[email protected]>
Signed-off-by: root@DERVISHx <[email protected]>
…ens/rhel9/devel' Fix sintax Error on cis_5.2.x.yml See merge request infosec-pss-gov/security-crafter-baseline-automations/ansible-lockdown/rhel9-cis!5
Signed-off-by: root@DERVISHx <[email protected]>
Signed-off-by: root@DERVISHx <[email protected]>
…siemens/rhel9/devel' Fix regex with commented entries avoid dupes. See merge request infosec-pss-gov/security-crafter-baseline-automations/ansible-lockdown/rhel9-cis!6
Signed-off-by: root@DERVISHx <[email protected]>
Signed-off-by: root@DERVISHx <[email protected]>
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.
Overall Review of Changes:
Adds mesure to address existing users with password set.
Issue Fixes:
Fixes #113
Enhancements:
Checks for users with password set and sets expiration to 365 days.
How has this been tested?:
Manually and with ansible lockdown package, using vanilla installation.