Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set GPG_TTY before calling gpg in key-init #491

Merged
merged 1 commit into from
Jan 26, 2019

Conversation

tlaurion
Copy link
Collaborator

@tlaurion tlaurion commented Dec 3, 2018

Cherry-pick of @jandryuk to merge atop osresearch/gpg2 branch:

gpg2 needs GPG_TTY set to function properly. We set it in /init so it
is inherited by all children. The call to $(tty) must be after /dev and
(preferably) /dev/pts are mounted.

Signed-off-by: Jason Andryuk [email protected]

gpg2 needs GPG_TTY set to function properly.  We set it in /init so it
is inherited by all children.  The call to $(tty) must be after /dev and
(preferably) /dev/pts are mounted.

Signed-off-by: Jason Andryuk <[email protected]>
@tlaurion
Copy link
Collaborator Author

tlaurion commented Dec 3, 2018

With that #454 seems complete.

@tlaurion tlaurion mentioned this pull request Dec 3, 2018
@itay-grudev itay-grudev mentioned this pull request Jan 3, 2019
@tlaurion tlaurion merged commit 5eeb78b into linuxboot:gpg2 Jan 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants