-
### Why is the platform important? Who uses it?
All recent versions of MacOS now have a native apple hypervisor on both Intel and Apple silicon hardware. APIs are exposed via the operating system…
-
https://github.com/boostchicken/wsl2-gpg-ssh-agent/blob/407c5280abf6864e59df3f4d63e910e299951609/main.go#L338-L364
https://github.com/boostchicken/wsl2-gpg-ssh-agent/blob/main/overlapped.go
This…
-
**Is your feature request related to a problem? Please describe.**
We run large k8s cluster where workload connect to host process via UDS (similar to spire agent/https://github.com/spiffe/spire/bl…
-
**Describe the bug**
From the guest, the quote can be requested via 2 methods:
- *vsock*: connect to QGS service on the host through vsock
- *tsm*: ask guest kernel do do that (through configfs t…
-
I'm currently implementing my own `net.Conn` type and am working on tests using `nettest.TestConn`: https://godoc.org/golang.org/x/net/nettest#TestConn.
The `nettest.MakePipe` function provides ade…
-
## CVE-2021-26708 - High Severity Vulnerability
Vulnerable Library - linuxlinux-4.19.236
The Linux Kernel
Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux
Foun…
-
I tried to install via pip and ran into a problem on FreeBSD:
```
Compiling netifaces v0.1.0 (/tmp/pip-install-dyyhyxi9/netifaces2_a4e6ec59b8ba427f8cc87b285b0ddf70)
error[E0599]: no method …
-
### Describe the bug
There is a reachable unwrap panic in `VsockStreamSocket::drop()` at kernel/src/net/socket/vsock/stream/socket.rs:354 when closing file descriptor in multiple processes.
https:…
-
The MSG_ZEROCOPY flag offers a compelling solution for bypassing unnecessary memory copies during socket send calls. This feature is currently supported for TCP, UDP, and VSOCK (with virtio transport)…
-
It would be nice to be able to access the path of a unix socket from `SockAddr` similar to `vsock_address`
`socket2` is being considered as a backend for UDS on windows in `mio`/`tokio` (https://gi…