mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-16 01:27:08 +00:00
Merge pull request #386 from aaronjanse/security-pinentry-curses
Use _verbose for pinentry-curses in ask_password
This commit is contained in:
commit
9ddfdc426f
2
tomb
2
tomb
@ -480,7 +480,7 @@ ask_password() {
|
|||||||
if _is_found "pinentry-curses"; then
|
if _is_found "pinentry-curses"; then
|
||||||
_verbose "using pinentry-curses"
|
_verbose "using pinentry-curses"
|
||||||
|
|
||||||
_warning "Detected DISPLAY, but only pinentry-curses is found."
|
_verbose "Detected DISPLAY, but only pinentry-curses is found."
|
||||||
output=$(pinentry_assuan_getpass | pinentry-curses)
|
output=$(pinentry_assuan_getpass | pinentry-curses)
|
||||||
else
|
else
|
||||||
_failure "Cannot find any pinentry: impossible to ask for password."
|
_failure "Cannot find any pinentry: impossible to ask for password."
|
||||||
|
Loading…
Reference in New Issue
Block a user