Luca Bruno
Luca Bruno
LGTM, but I don't have a good view of the bootloader context. From the discussion in #2149 it sounds like you really wanted this behavior enabled as the default, right?...
/ok-to-test
There is some related discussion in https://github.com/coreos/rpm-ostree/issues/337 as well. Over there, it was mentioned that the symlink may have some negative side-effects on the artefacts purity, and that the mountpoint...
Bump of this. I'd like to see a backtrace-less `no_std` option too.
``` error: failed to select a version for the requirement `clap = "^4.0"` candidate versions found which didn't match: 3.2.22, 3.2.21, 3.2.20, ... location searched: crates.io index ``` This is...
I think this is because of this new syntax for Cargo features that `clap` is using: https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html#new-syntax-for-cargo-features Our pinned toolchain is older than 1.60 so it doesn't understand it.
Thanks a lot for the PR, but I merged https://github.com/lucab/caps-rs/pull/78 in the meanwhile.
We did land all the wrappers but they are currently gated by a `RPMOSTREE_EXP_BRIDGE_SYSUSERS` env flag: https://github.com/coreos/rpm-ostree/blob/ea5e9b65c720c8ff5e600d345495e1f07d7b018e/src/libpriv/usermod-wrapper.sh#L7-L9 > Do we need an opt-in sysusers: true? At some point yes, but...
Forwarded to https://bugzilla.mindrot.org/show_bug.cgi?id=2755.
@djmdjm I've rebased and updated this with the comments from Bugzilla, can you please have a look?