From 031e92e0956b929fdba3c4033550cfa49b80e648 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 19 Feb 2020 10:46:03 +0100 Subject: Sane default path to p11-kit-remote This is where the Debian package installs it. --- p11p-daemon/config/sys.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p11p-daemon/config') diff --git a/p11p-daemon/config/sys.config b/p11p-daemon/config/sys.config index 769aecf..82b6d36 100644 --- a/p11p-daemon/config/sys.config +++ b/p11p-daemon/config/sys.config @@ -5,7 +5,7 @@ {loglevel, 3}, {socket_dir, "/run/p11p"}, % Default: /run/user/$EUID/p11p. %%{socket_path_has_pid, false}, % Default: true. - {proxyapp_bin_path, "/usr/lib/x86_64-linux-gnu/p11-kit/p11-kit-remote"}, + %%{proxyapp_bin_path, "/path/to/p11-kit-remote"}, % Default: /usr/lib/x86_64-linux-gnu/p11-kit/p11-kit-remote {testing_drop_prob, 0}, % Default: 0. {vtokens, [{"vtoken0", -- cgit v1.1