parke
parke
Thank you for the detailed explanation of the firmware update process. IMO: If installing the `udev` rules is optional (and I definitely prefer it to be optional), then Chrysalis should...
> > 1. Insert an additional test reboot at the beginning solely to verify that Chrysalis will have write access to the keyboard after it reboots. > > We _might_...
> > If B is not A, then B will not be in bootloader mode, so no damage should be done. > > But if A was in bootloader mode...
> Musl's [`getlogin`](https://git.musl-libc.org/cgit/musl/tree/src/unistd/getlogin.c?h=v1.2.2) returns `getenv("LOGNAME")`. Dropping privileges should work if `LOGNAME` is set appropriately, e.g. > > ``` > $ whoami > alpine > $ sudo boringtun wg0 > BoringTun...
Fwiw, the idea of adding granular permission for snapshot destruction was mentioned in @allanjude's talk at the [OpenZFS Developer Summit 2022](https://openzfs.org/wiki/OpenZFS_Developer_Summit_2022). * Talk summary: [Enabling Storage Multi-Tenancy With ZFS For...
Fyi, it appears this issue may be related to #9958.
Maybe g++ is not installed? Try: sudo apt-get install build-essential
Maybe you are running as root? Lxroot does not require root access. Please try cloning/downloading, building, and running 'make unit' as a non-root user. You probably need to delete the...
Update: The above unit test failure (on `line 361`) is due to a flaw in the unit test, not a flaw in Lxroot. However, this flaw is only exposed when...
I've pushed the fixed unit test to the `master` branch: https://github.com/parke/lxroot/commit/dc153df1826851afa8fc5639016d53c08a2ef2bd So after you do a `git pull`, the unit tests should now pass (even if you run the unit...