Luca Bruno
Luca Bruno
This is a feature request to eventually get rid of the C libdbus part and make this a native Rust crate. Context and usecase for this is that I have...
Currently deriving `EnumProperty` results in a bunch of `get*() -> Option`. This works quite well in general, but it moves some property checking to runtime option-handling. What I'd like to...
Release 0.3.0 introduced support for a single flag in securebits, namely `SECBIT_KEEP_CAPS`. There are three more flags missing, with their corresponding "locked" twins. All of those should be implemented via...
Capturing my previous comment from https://github.com/lucab/caps-rs/issues/2#issuecomment-316927454. This is a placeholder ticket, I will detail the scope of problem a bit more after initial investigation.
Currently rpm-ostree supports omitting files from RPM packages via treefile fields such as `remove-from-packages`. However rpm-ostree still tries to applies file overrides on such content, in order to tweak ownership...
Background discussion behind this happened in https://github.com/coreos/rpm-ostree/pull/3712#issuecomment-1144931758. In the context of making incremental progress on the `sysusers.d` front, we'd like to start auto-generating fragments for system users and groups. Attempting...
As an additional step in boot measurement, and in order to extend the chain of measurement to the userland, it would be interesting for rpm-ostree to attach IMA digests (i.e....
Right now the RPM import steps happening at compose time can be configured in several ways through the treefile. The same import steps are also performed by the daemon when...
As part of F36 changes, there is this rpmdb move to /usr: https://fedoraproject.org/wiki/Changes/RelocateRPMToUsr It just landed in rawhide with this commit: https://src.fedoraproject.org/rpms/rpm/c/0b9f813cd529a1fc7c1336e62d82b90c81f517f1?branch=rawhide So starting with `rpm-4.17.0-7` the package is shipping...
Following up to the comments at https://github.com/coreos/rpm-ostree/issues/3194#issuecomment-956395086 and https://github.com/coreos/zincati/issues/671#issuecomment-961457250, it would be good to automatically bind a transaction span to the lifetime of the client that owns it. That way,...