-
Notifications
You must be signed in to change notification settings - Fork 741
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
Add initial support for OpenSUSE #250
Add initial support for OpenSUSE #250
Conversation
Hey @dustinmiller1337, thanks for your PR! We have three different testing methods:
I'd like to have at least two of these three testing methods integrated in this PR. If you have any questions, feel free to ask! |
Without this I was receiving `stat /sbin/init: no such file or directory`
Getting >stat /lib/systemd/systemd: no such file or directory https://travis-ci.org/dev-sec/ansible-os-hardening/jobs/616320217#L476
Was getting "exec: \"/usr/lib/systemd\": permission denied" https://travis-ci.org/dev-sec/ansible-os-hardening/jobs/616350345#L476
which auditd /sbin/auditd
Was pointing to a folder
Now the vars for these OS are in the same order. This makes it much easier to see the differences Signed-off-by: Dustin Miller <[email protected]>
ImportError: No module named xml
No provider of '+auditd' found
I was getting >Found "rpm" but Failed to import the required Python library
* Add support for OpenSUSE
No description provided.