Aleksa Sarai

Results 790 comments of Aleksa Sarai

I was hoping to get more information about whether the runj approach was acceptable to @dfr but as I said, I don't have a strong opinion on it. I'm a...

@dfr Thanks, in that case I'm fine with just keeping it as-is.

Duplicate of #12, but I'll migrate that here. > Right now we don't have any kind of real versioning in the C API. It would be nice to have symbol...

FWIW, `asm_global!(".symver foo, foo@@v1")` does seem to do something but then the linker errors out due to strange interactions with the default version script.

https://maskray.me/blog/2020-11-26-all-about-symbol-versioning is a nice article going into more detail of how symbol versioning actually works under the hood.

I don't know what you're trying to do, but the point of using a FIFO is that it allows us to send a signal to `runc init` in a way...

> It looks like syscalls are typically added to the end of the list, but is this always true? And will it always be true in the future? And what...

For some more background on why `ENOSYS` actions are not enough, one struggle we have is that Docker has defined their seccomp policy as being `EPERM` by default and then...

> syscall is denied **(and is newer than 6.5)** Ah okay, I missed that this wouldn't apply to syscalls you explicitly set. In that case, it sounds exactly like what...

It's very weird that the bindfd patch would cause these kinds of errors -- that patch just removes one of the methods we use for re-exec and the executable you...