Hugo

Results 1333 comments of Hugo

BTW: thanks for publishing this repo, these samples helped me figure out how to unbreak multiple apps that suddenly broke and need access to `/dev/dri`, `/sys/dev/char` and `/sys/devices/pci0000:00`. I guess...

> The dev mounts were mostly added for fido2 support in order to allow WebAuthn, but some may be required for performance reasons as well. Odd, I had `keepassxc` and...

> There is the --read-envelope-from option, which takes the envelope from address from the From: header. Right, what I'm looking for is a configuration flag that forces the same behavior....

> While it is possible to add a configuration command like read_envelope_from, that would have unfortunate interactions with the account choosing mechanism, so I'm not sure if it's worth it....

As an alternative approach, what do you think of the `from` directive having a value like `from header` that sets the envelope from to the same value as the `From:`...

A workaround seems to be: ```sh cd /var/lib/flatpak doas mkdir -p repo/objects repo/tmp doas tee repo/config

Still an issue, workarounds still work :+1:

@terrancewong's workaround fixes the problem for me too. Should udev include a rule to enable this module in case this device is seen? Or would udev rule execution happen too...