Skip to content
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 control for CRYPTO_POLICY on RedHat #176

Merged
merged 3 commits into from
Jul 16, 2020

Conversation

schurzi
Copy link
Contributor

@schurzi schurzi commented Jul 15, 2020

RedHat introduces a CRYPTO_POLICY in RHEL8. This needs to be configured
separately, or it will override sshd_config settings for Cipher, MAC and
Kex.

see: https://access.redhat.com/solutions/4410591

RedHat introduces a CRYPTO_POLICY in RHEL8. This needs to be configured
separately, or it will override sshd_config settings for Cipher, MAC and
Kex.

see: https://access.redhat.com/solutions/4410591

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
@micheelengronne
Copy link
Member

Can you lint the 2 errors ? "redhat" in single quotes and add a new line after your block.

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
@schurzi
Copy link
Contributor Author

schurzi commented Jul 16, 2020

sorry, didn't notice the travis build.
There is now one warning left, should I move the if condition to the outside of the control or further in, to get rid of this warning?

@micheelengronne
Copy link
Member

I think you should use the only_if syntax provided by Inspec

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
@schurzi
Copy link
Contributor Author

schurzi commented Jul 16, 2020

nice, thank you. I didn't know that feature

@micheelengronne
Copy link
Member

Well done. Good to merge.

@micheelengronne micheelengronne merged commit da8aab0 into dev-sec:master Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants