We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d2a64 commit bcfa689Copy full SHA for bcfa689
templates/_images/fedora-43.yaml
@@ -9,6 +9,12 @@ images:
9
10
# No RISC-V release yet for Fedora 43: https://download.fedoraproject.org/pub/alt/risc-v/release/
11
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
+
18
# # NOTE: Intel Mac with macOS prior to 15.5 requires setting vmType to qemu
19
# # https://github.com/lima-vm/lima/issues/3334
20
# vmType: qemu
0 commit comments