db684fc9ec
FriBID is an open source software for the Swedish e-id system called BankID. FriBID also supports processor architectures and Linux/BSD distributions that the official software doesn't support. https://fribid.se/index.en.html FriBID plugin is a firefoxWrapper plugin. Enabled by setting: nixpkgs.config.enableFriBIDPlugin = true
11 lines
388 B
Diff
11 lines
388 B
Diff
--- a/plugin/ipc.c 2012-11-14 18:02:43.000000000 +0100
|
|
+++ b/plugin/ipc.c 2013-09-21 08:55:39.960265058 +0200
|
|
@@ -74,6 +74,7 @@
|
|
//close(pipeOut[PIPE_READ_END]);
|
|
|
|
execvp(mainBinary, (char *const *)argv);
|
|
+ fprintf(stderr, "Wanted signing executable\t<%s>\n", mainBinary);
|
|
perror(BINNAME ": Failed to execute main binary");
|
|
exit(1);
|
|
} else {
|