Skip to content

Commit bcfa689

Browse files
committed
templates: fedora-43: disable ssh.overVsock as a workaround for SELinux issue
Fix issue 4334 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 96d2a64 commit bcfa689

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/_images/fedora-43.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ images:
99

1010
# No RISC-V release yet for Fedora 43: https://download.fedoraproject.org/pub/alt/risc-v/release/
1111

12+
ssh:
13+
# ssh.overVsock does not work with Fedora 43 due to a SELinux policy issue
14+
# https://github.com/lima-vm/lima/issues/4334#issuecomment-3561294333
15+
# avc: denied { getattr } for pid=1355 comm="sshd-auth" scontext=system_u:system_r:sshd_auth_t:s0-s0:c0.c1023 tcontext=system_u:system_r:sshd_t:s0-s0:c0.c1023 tclass=vsock_socket permissive=1
16+
overVsock: false
17+
1218
# # NOTE: Intel Mac with macOS prior to 15.5 requires setting vmType to qemu
1319
# # https://github.com/lima-vm/lima/issues/3334
1420
# vmType: qemu

0 commit comments

Comments
 (0)