Valentin David
Valentin David
> * what is the problem you are trying to solve Basically, from a dm-verity, we want to find the data device. > * what is _exactly_ missing (no nice...
The attributes are there, but the manifest is still not correct. I will have to debug a bit deeper into this.
Depends also on https://bugs.launchpad.net/snapcraft/+bug/2097440
I have done a work-around for https://bugs.launchpad.net/snapcraft/+bug/2097440
Here is the new debian tarball http://ppa.launchpadcontent.net/valentin.david/test-ucdev-base/ubuntu/pool/main/c/cryptsetup/cryptsetup_2.4.3-1ubuntu1.2+ice1+fde1.debian.tar.xz And here is the one from security: http://ppa.launchpadcontent.net/ubuntu-security/fde-ice/ubuntu/pool/main/c/cryptsetup/cryptsetup_2.4.3-1ubuntu1.2+ice1.debian.tar.xz
The difference: https://paste.ubuntu.com/p/WVS3X5RFRs/
Used in https://github.com/canonical/snapd/pull/14608
> Except for localtime, bind-mount can be used I guess. Or, maybe overlayfs ? If you bind mount let's say `/etc/locale.conf`, then updating it would create a temporary file in...
> How about overlayfs? Not totally sure how to use it here to solve the problem. In Ubuntu Core, we have a policy of selecting explicitly what is writable. So...
I see a buffer overflow in ci on fedora 42 in `TEST-73-LOCALE.sh`. But it seems to be happening when calling `xkb_keymap_new_from_names` from libxkbcommon. Was that an issue that was fixed...