Will Woods
Will Woods
Many users who build images need to be able to tweak ssh/sshd configuration. Some platforms (e.g. Microsoft Azure, Google Compute Engine) expect certain ssh/sshd settings, and in our own testing...
_tl;dr:_ osbuild needs to be able to configure a variety of different services (dracut, sshd, chrony, cloud-init, waagent, network-scripts, udev, ...) that use simple text configuration files. Do we want...
As mentioned in #161, some `lorax-composer` image types perform high-level tweaks to network configuration. These are: * [x] Disable device renaming (ami, hyper-v, openstack, vhd) * [x] Disable ipv6 (vhd,...
This adds `internal/wasmldr` and builds it alongside the shims. With the currently-enabled features, `wasmldr` ends up being ~4.6MB - better than expected, but still room for improvement. Still TODO: -...
We want to allow other code (like a client/server) to use `enarx_keepldr` as a library to build keeps, rather than having to `exec()` the `enarx-keepldr` binary. This commit refactors the...
The `argh_shared` crate depends on `serde`, which uses `std` in its default configuration. This makes it incompatible with `no_std` crates. As per the [`serde` docs](https://serde.rs/no-std.html), adding `default-features = false` makes...
The `--log-target` and `--log-filter` CLI arguments set logging parameters for the CLI itself, but in v0.1.0 we have no way to pass configuration into the keep, so we basically hardcoded...
WASI allows us to set environment variables and arguments (like `argv`) that can be read from WebAssembly code. We should provide ways for users to set those. In the trusted-host/debug-mode...
Background: as part of my ongoing quest to make all RPM scriptlets deterministic, I'm looking for ways to make every common tool that runs in `%pre` or `%post` config-file driven...
For various reasons (huge number of packages, scriptlet data, rounding errors, differing block sizes, inaccurate reserved space calculations, etc.) the RPM diskspace check performed during a test transaction is far...