Anatol Pomozov
Anatol Pomozov
Android devs finally pushed platform-tools-33.0.1 to the repo (https://issuetracker.google.com/issues/229569602). It makes `android-tools` update to 33.0.1 release possible.
It would be great to try the latest versions of clang/lld. Unfortunately the one shipped with Debian/Ubuntu LTS are too old. Could `toolchans` project add support for newer clang?
booster currently supports encrypted partitions of LUKS format. LUKS is essentially a header that contains password information + dm-crypt data. Add support for bare dm-crypt partitions. The `key` information and...
Kernel module soft dependencies is a bit of a bizarre Linux concept that does not have a clear specification (or at least I did not find one). I was trying...
Booster has a few points that depend on results of other operations, e.g. - yubikey unlocking can be started only after a Yubikey inserted/detected - Clevis/tang requires network interface to...
Debug logs enabled by `booster.debug` found to be useful to debug user problems. Though currently it outputs both booster-specific logs and udev events info. There are a lot of udev...
Currently, booster employs `clevis` to unlock LUKS partitions. It would be great to extend the unlocking functionality to other existing technologies: - plain dm-crypt devices - ext4 per-directory encryption -...
Forking discussion off #96 Booster has `systemd-tpm2` and `systemd-fido2` tokens support. It would be great to add the `systemd-pkcs11` tokens as well. Booster needs a way to communicate with the...
Add a way to generate booster-based unified images that get signed with a key. Such final images could be used for machines configured with secure boot. For the reference here...
There is some amount of functionality that depends on external tools/libraries. Like FIDO2 support. Currently it uses command-line tools for communication. But this interface is usually brittle and inconvenient. It...