From ce4daddca0ef0b455ed6a09fc9e4478f41d72914 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 29 Jul 2021 20:34:56 +0200 Subject: secmod client dir needs group write permissions --- src/util/taler-exchange-secmod-eddsa.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/util/taler-exchange-secmod-eddsa.c') diff --git a/src/util/taler-exchange-secmod-eddsa.c b/src/util/taler-exchange-secmod-eddsa.c index 48dcdf718..5ca50f062 100644 --- a/src/util/taler-exchange-secmod-eddsa.c +++ b/src/util/taler-exchange-secmod-eddsa.c @@ -1549,7 +1549,8 @@ run (void *cls, } /* Set sticky group bit, so that clients will be writeable by the current service. */ if (0 != chmod (client_dir, - S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_ISGID)) + S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP + | S_ISGID)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Can't set permissions for client directory (%s)\n", -- cgit v1.2.3