Update PAM configurations for RPM-based distros and initial test script - #8
Open
docsmooth wants to merge 2 commits into
Open
Update PAM configurations for RPM-based distros and initial test script#8docsmooth wants to merge 2 commits into
docsmooth wants to merge 2 commits into
Conversation
Contributor
|
Thanks for your submission. The hints for the different operating systems and distros are very useful, I think we should track this in the future and add further hints. The script is a good idea as well, but I think we should keep this out of the repo until we have something that does all the checks properly. Maybe we should discuss the topics that are not covered by similar tools (like lynis) first to see if it makes sense to implement yet another auditing tool. I suggest you to resubmit 8e65180 without the script. Feel free to submit the script to a develop branch, maybe that could be a good start to further develop something like a audit script. |
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.
Update the Linux hardening guidelines to refer to the correct files on RHEL / SuSE based distros (/etc/pam.d/password-auth-ac). Not including /etc/pam.d/system-auth-ac since that was deprecated in RHEL 5, which is unsupported.
Also, an initial version of a perl test script to automate testing to these guidelines, yet incomplete.