Hello,

Phil Pennock <gnupg-us...@spodhuis.org> wrote:
>   gpg --with-colons --with-fingerprint --with-subkey-fingerprint 
> --with-secret --list-keys
[...]
> $ grep '^open(' strace.foo | sort | uniq -c
> [...]
>    3382 open("/home/pdp/.gnupg/pubring.kbx", O_RDONLY) = 10
>       1 open("/home/pdp/.gnupg/pubring.kbx", O_RDONLY) = 3
>       1 open("/home/pdp/.gnupg/pubring.kbx", O_RDONLY) = 4
>       1 open("/home/pdp/.gnupg/pubring.kbx", O_RDONLY) = 7

It seems that pubring.kbx is accessed recursively (something by depth 3,
by fd: 4, 7 and 10 (fd 3 is to check the file type, I guess)).

Could you please try with --no-expensive-trust-checks option, if it
changes the behavior?
-- 

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to