Alan Somers

Results 656 comments of Alan Somers

Yeah, I've noticed this too. It's annoying. I think they originally did it this way because this was one of the very first Nix functions ever written, back when Rust...

Ah, you're right. It'll have to return by value then.

Do you mean an abstract socket? What about https://docs.rs/nix/0.23.0/nix/sys/socket/struct.UnixAddr.html#method.new_abstract ?

Ok, I get it. And what do you normally do with unnamed UnixAddrs?

> CI breakage seems unrelated to my MR (looks like the latest serde release broke compatibility with the version of rustc/cargo used by CI). The CI breakage was due to...

@roblabla you still need to rebase this, both to fix CI and to fix the conflict.

Looks good, but still needs a CHANGELOG entry.

I think the main problem is the `rsplit("-RELEASE")`. Not all release have RELEASE in the name, for example 11.4-BETA1. Better to `rsplit("-")`.

@nbakker it's already easy to audit the ports installed in a jail. There are a few different ways to do that. The unsolved problem is auditing the base system of...