We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our current testcase does not support opensuse linux.
opensuse
We want to adapt the test in a way, that supports these linux flavors.
No response
Currently the tests fail on a PAM task. (https://github.com/dev-sec/ansible-collection-hardening/actions/runs/4664154812/jobs/8256308779)
TASK [devsec.hardening.ssh_hardening : Disable dynamic MOTD] ******************* Tuesday 11 April 2023 05:40:29 +0000 (0:00:01.184) 0:00:07.648 ********* fatal: [instance]: FAILED! => {"changed": false, "msg": "Unable to open/read PAM module file /etc/pam.d/sshd with error [Errno 2] No such file or directory: '/etc/pam.d/sshd'."}
It seems that opensuse has it's config files in different locations. I could identify some alternative paths, but this needs verification
/usr/etc/ssh/
/usr/lib/pam.d/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Our current testcase does not support
opensuse
linux.Solution
We want to adapt the test in a way, that supports these linux flavors.
Alternatives
No response
Additional information
Currently the tests fail on a PAM task. (https://github.com/dev-sec/ansible-collection-hardening/actions/runs/4664154812/jobs/8256308779)
It seems that opensuse has it's config files in different locations. I could identify some alternative paths, but this needs verification
/usr/etc/ssh/
/usr/lib/pam.d/
The text was updated successfully, but these errors were encountered: