-
https://gvisor.dev/
-
### Description
checkescape (`//tools/checkescape`) uses `go tool objdump` to produce a mapping from source lines to function calls at those lines (`checkescape.go:loadObjdump()`). However, `go tool …
-
### Verify steps
- [X] 我已在标题简短的描述了我所遇到的问题
- [X] 我未在[Issue Tracker](./?q=is%3Aissue)中找到我要提出的问题
- [X] 我未在[常见问题](https://mihomo.party/docs/issues/common)中找到我要提出的问题
- [X] 这是GUI程序的问题,而不是内核程序的问题
- [X] 我已经使…
-
### Description
[CVE‑2024‑0126](https://nvidia.custhelp.com/app/answers/detail/a_id/5586) affects NVIDIA Linux GPU v550.x drivers prior to `550.127.05`. Latest v550.x driver supported by gVisor is [5…
-
Hi,
I'm trying to use the lib to build an iOS/MacOS NEPacketTunnelProvider to setup a local DNS filtering VPN.
To do so it seems that I need to build a intra version of the lib but I don't manage t…
-
Advantages of current approach:
- Works outside of NixOS without requiring a Nix daemon.
- Fedora, unlike NixOS, ships with toolchains which are actually meant for building for targets other than …
-
### Description
The following fails with runsc but succeeds w/ crun/runc as well as on the host:
```c
#define _GNU_SOURCE
#include
#include
int main(void)
{
int fd = open("/tmp", O_DIRECTORY);…
-
Amazing work on this project - it's no easy feat getting all of these layers to work together in a simple way.
I built a user space TCP/IP JS library (via WASM bindings to `lwIP`) for use cases like…
-
### Description
I am encountering errors when using iptables-legacy with gVisor version release-20240610.0. I have configured gVisor with the `--net-raw` flag.
The following iptables-legacy comm…
-
gVisor should have out of the box support for most GPU workload
The guide can be found here: https://gvisor.dev/docs/user_guide/gpu/