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 support for Fedora 38 #671

Closed
schurzi opened this issue May 7, 2023 · 3 comments · Fixed by #682
Closed

Add support for Fedora 38 #671

schurzi opened this issue May 7, 2023 · 3 comments · Fixed by #682

Comments

@schurzi
Copy link
Contributor

schurzi commented May 7, 2023

Description

Fedora 38 was released a few weeks ago. Once there are Docker and VM Images, that are usable for us, we should add support for it.

Solution

No response

Alternatives

No response

Additional information

...

@dlouzan
Copy link
Contributor

dlouzan commented Jun 5, 2023

FYI, just tested our playbook based on the latest 8.7.0 with a fresh fedora 38 on ec2 and failed with:

TASK [devsec.hardening.ssh_hardening : Change host private key ownership, group and permissions] ***
Monday 05 June 2023  10:51:20 +0000 (0:00:02.325)       0:08:08.893 ***********
fatal: [fedora38_x86_64]: FAILED! => {"changed": false, "gid": 0, "group": "root", "mode": "0600", "msg": "chgrp failed: failed to look up group ssh_keys", "owner": "root", "path": "/etc/ssh/ssh_host_rsa_key", "secontext": "system_u:object_r:sshd_key_t:s0", "size": 3357, "state": "file", "uid": 0}

@dlouzan
Copy link
Contributor

dlouzan commented Jun 5, 2023

Fedora 38 removed the ssh_keys group: https://www.spinics.net/lists/fedora-devel/msg307707.html

@rndmh3ro
Copy link
Member

rndmh3ro commented Jun 5, 2023

Thanks for your reply! We're working on it here: #677

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants