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

Support ssh connections via systemd-ssh-generator #2423

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

zpytela
Copy link
Contributor

@zpytela zpytela commented Nov 8, 2024

The commit addresses the following AVC denial:
type=AVC msg=audit(1730885285.653:214): avc: denied { read write } for pid=1191 comm="sshd" path="socket:[11153]" dev="sockfs" ino=11153 scontext=system_u:system_r:sshd_t:s0-s0:c0.c1023 tcontext=system_u:system_r:sshd_t:s0-s0:c0.c1023 tclass=vsock_socket permissive=0

Command which triggers the denial:
ssh -o "StrictHostKeyChecking no" root@qemu:system/guest

Resolves: rhbz#2324525

The commit addresses the following AVC denial:
type=AVC msg=audit(1730885285.653:214): avc:  denied  { read write } for  pid=1191 comm="sshd" path="socket:[11153]" dev="sockfs" ino=11153 scontext=system_u:system_r:sshd_t:s0-s0:c0.c1023 tcontext=system_u:system_r:sshd_t:s0-s0:c0.c1023 tclass=vsock_socket permissive=0

Command which triggers the denial:
ssh -o "StrictHostKeyChecking no" root@qemu:system/guest

Resolves: rhbz#2324525
@zpytela zpytela merged commit 64345a6 into fedora-selinux:rawhide Nov 11, 2024
4 checks passed
@zpytela zpytela deleted the sshgen-vsock branch November 11, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant