Aleksa Sarai
Aleksa Sarai
@rminnich Do you know of any way to get GHA to run a Plan9 VM (and a recommendation of which VM systems might work well with it) by any chance?
I think `/proc/net/dev` being added to the allow-list is a mistake and we should just remove it: 1. It is not a global property, `/proc/net` is a symlink to `/proc/self/net`...
FWIW, this was added in 2ee9cbbd120dd (#560) and there is no explanation for why `/proc/net/dev` is special.
Alright, after staring at strace logs and `/proc//task/*/status` for a couple of hours I think I know what's going on. In the strace logs, the following call is what we...
Okay, this is a bit worrying. It also happens with `0.1.1`. Here's my `config.json`: ``` { "ociVersion": "1.0.0-rc1", "platform": { "os": "linux", "arch": "amd64" }, "process": { "terminal": true, "user":...
This is actually a kernel issue. A kernel hacker at SUSE has come up with the following patch. Assuming upstream says okay, this will be backported to stable kernels. I'm...
It turns out the above patch actually "breaks" strace, and just happens to work. And the maintainer appears to believe this is a non-trivial thing to fix. Personally I'm going...
@marcosnils It's a kernel issue, not a Golang issue. You can reproduce it with `pthreads` -- it happens with **any** multithreaded program that calls `execve` under `strace -f`. Apparently this...
I've taken a look at this a few times and I'm not sure how I feel about it. Yes, it removes C code but I'm not really sure whether or...
@dependabot recreate