-
### Go version
go version go1.23.2 X:rangefunc darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN='/Users/josh/bin'
GOCACHE='/Users/josh/L…
-
In https://github.com/coreos/fedora-coreos-tracker/issues/1557 we added gvisor-tap-vsock-gvforwarder to Fedora CoreOS for use cases like hyperv and applehv, but with some agreement that there would be…
-
Followup from https://github.com/google/gvisor/issues/2520
I tried to restrict my container to not use to much memory. The OCI spec defines this:
https://github.com/tianon/oci-runtime-spec/blob/ma…
majek updated
4 years ago
-
```
➜ firestack git:(n2) ✗ go install github.com/butuzov/ireturn/cmd/ireturn@latest
go: downloading github.com/butuzov/ireturn v0.3.0
go: downloading golang.org/x/tools v0.17.0
```
https://blog.…
-
**Description**
For security consideration in GR3, sometimes we may want to monitor and intercept filesystem events. fanotify-related system call is for this in Linux. So I think we should implement …
-
### 操作系统
Linux
### 系统版本
OpenWrt 23.05.3 内核版本5.15.150
### 安装类型
sing-box 原始命令行程序
### 如果您使用图形客户端程序,请提供该程序版本。
_No response_
### 版本
```shell
root in ~ λ sing-box version …
-
The issue is discovered on gVisor with coverage and race instrumentation. gVisor has some sensitive functions marked as `go:norace` (calling into race detector will crash I assume).
With atomic cover…
-
I've noticed that currently pure silently disables race. At the very least I think we need to provide a warning for this, I've spent a fair amount of time trying to figure out why I can't build a bina…
-
### Operating system
Android
### System version
Android 13
### Installation type
Original sing-box Command Line
### If you are using a graphical client, please provide the version of the client.…
-
In a few places the spec do define values as `string`, but they are actually constrained.
Typical example: `"propagation": {"type": "string"}` but the documentation is more constraining and says "_M…