condorcore-keyring/libkeyringctl
Levente Polyak 26c7027660
feature(keyringctl): support importing from a piped fd
This feature allows to import from a piped fd like:
> ./keyringctl import --name foobar <(gpg --export foo@bar)

We achieve this even with hidepid by taking the naive approach of
copying the processes fd source to a tempfile and pass around latter.
2021-11-30 22:54:13 +01:00
..
__init__.py chore(keyringctl): modularize the code for overview and testing 2021-11-30 22:54:12 +01:00
ci.py feature(keyringctl): adding ci command to verify newly added certs 2021-11-30 22:54:12 +01:00
cli.py feature(keyringctl): support importing from a piped fd 2021-11-30 22:54:13 +01:00
git.py feature(keyringctl): adding ci command to verify newly added certs 2021-11-30 22:54:12 +01:00
keyring.py feature(keyringctl): support importing from a piped fd 2021-11-30 22:54:13 +01:00
sequoia.py chore(keyringctl): modularize the code for overview and testing 2021-11-30 22:54:12 +01:00
types.py chore(keyringctl): modularize the code for overview and testing 2021-11-30 22:54:12 +01:00
util.py feature(keyringctl): support importing from a piped fd 2021-11-30 22:54:13 +01:00