Get pinentry to work in a container
Werner Koch
wk at gnupg.org
Tue Sep 2 15:23:39 CEST 2025
Hi!
This is somewhat off topic but I find it really hard to parse all that
Python style quoting. Please remember that many folks are reading this
and example and thus is should be easy to read. Saving 10 seconds in
writing takes up 1000*2 secoonds to read. Or lets say 500*2 seconds
because many won't read it at all due to crude formatting. Compare this
snippted from your mail
Permissions on /dev/console (that bubblwrap creates):
```
localhost # ll /dev/console
crw--w---- 1 1000 nobody 136, 1 Aug 30 20:37 /dev/console
```
Permissions of bind mounted /dev/console:
```
localhost # ll /dev/console
crw--w---- 1 nobody nobody 5, 1 Aug 29 21:45 /dev/console
```
to this style:
Permissions on /dev/console (that bubblwrap creates):
localhost # ll /dev/console
crw--w---- 1 1000 nobody 136, 1 Aug 30 20:37 /dev/console
Permissions of bind mounted /dev/console:
localhost # ll /dev/console
crw--w---- 1 nobody nobody 5, 1 Aug 29 21:45 /dev/console
tia,
Werner
--
The pioneers of a warless world are the youth that
refuse military service. - A. Einstein
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openpgp-digital-signature.asc
Type: application/pgp-signature
Size: 284 bytes
Desc: not available
URL: <https://lists.gnupg.org/pipermail/gnupg-users/attachments/20250902/ffcddec7/attachment.sig>
More information about the Gnupg-users
mailing list