Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vmm: fix vsock with landlock - #7334

Merged
rbradford merged 1 commit into
cloud-hypervisor:mainfrom
alyssais:vsock
Sep 9, 2025
Merged

rbradford merged 1 commit into
cloud-hypervisor:mainfrom
alyssais:vsock

Conversation

@alyssais

@alyssais alyssais commented Sep 9, 2025

Copy link
Copy Markdown
Member

Without write access to the directory the socket will go in, it's not possible to create the socket.

I've tested outgoing connections from the VM, and they don't seem to need read permissions on that directory to connect to a socket on the host.

Fixes: b3e5738 ("vmm: Introduce ApplyLandlock trait")

Without write access to the directory the socket will go in, it's not
possible to create the socket.

I've tested outgoing connections from the VM, and they don't seem to
need read permissions on that directory to connect to a socket on the
host.

Fixes: b3e5738 ("vmm: Introduce ApplyLandlock trait")
Signed-off-by: Alyssa Ross <[email protected]>
@alyssais
alyssais requested a review from a team as a code owner September 9, 2025 08:25
@rbradford
rbradford added this pull request to the merge queue Sep 9, 2025
Merged via the queue into cloud-hypervisor:main with commit 08b197b Sep 9, 2025
39 of 40 checks passed
@alyssais
alyssais deleted the vsock branch September 9, 2025 14:25
@likebreath likebreath moved this from 🆕 New to ✅ Done in Cloud Hypervisor Roadmap Sep 10, 2025
@likebreath likebreath added the bug-fix Bug fix to include in release notes label Sep 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug-fix Bug fix to include in release notes

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

3 participants