Handle PIN: as a magic keyword for prompt, use getpass() to silently read credentials

This commit is contained in:
Martin Willi
2010-08-04 09:26:21 +02:00
parent 62be923683
commit 70789d28a1
2 changed files with 22 additions and 9 deletions
+1
View File
@@ -185,6 +185,7 @@ char *whitelist[] = {
"__vsyslog_chk",
"getaddrinfo",
"setlocale",
"getpass",
/* ignore dlopen, as we do not dlclose to get proper leak reports */
"dlopen",
"dlerror",