myitcv / x

Mono-repo for all myitcv.io/... Go code
MIT License
103 stars 20 forks source link

cmd/unsharemounts: unset GOTRACEBACK #186

Closed myitcv closed 4 months ago

myitcv commented 4 months ago

It is only set because unsharemounts is run setuid. But unshare mounts downgrades to user mode, so unsetting it is safe and correct.

Use the go 1.22.0 toolchain while we are here.