Michael Cassaniti
Michael Cassaniti
I am looking to mount a GlusterFS volume with encryption over the top. While GlusterFS currently has some encryption support, it is lacking encryption of everything other than the file...
If secure boot signing is enabled with UEFI then `systemd-boot` binaries which are at `/usr/lib/systemd/boot/efi` should be signed with the same signing key that is used for EFI binaries within...
When the options `UsrOnly = yes` and `Format = gpt_xfs` are combined, `mkosi` throws an exception because the FS image is never created or populated. There is no error beforehand...
All files ending with `.efi` or `.EFI` under the ESP partition get signed for secure boot if using the secure boot option. This is indeed a good thing. If something...
When using SquashFS in particular, the size of the partition inserted will always be the size of the SquashFS image. This change allows the partition size to be set which...
When building with SquashFS (and potentially other FS types) the partition size inserted is the size of the file system blob when the partition needs to be generated (i.e.: `is_generated_root()`...
I'm using version 13 on Ubuntu 20.04 LTS with the below command line options: ``` /usr/local/bin/mkosi --format gpt_xfs --output mkosi.img --workspace-dir target-mkosi --root-size 8G build ``` I'm unfortunately getting this...
One of the pieces of metadata that EncFS doesn't currently encrypt (version 1.8) is extended attributes. While it does encrypt file names, other metadata is still important to be encrypted....
I'd like to use CryFS as part of a file system solution. I wish to use a shared file system such as GlusterFS to have shared access to files on...
**Describe the bug** When I use a standalone `usr` partition and also use `systemd-repart` to setup the remainder of the partition table (`root` and `swap` partitions mainly), the unit `sysusr-usr.mount`...