diff options
Diffstat (limited to 'src/util/taler-exchange-secmod-rsa.c')
-rw-r--r-- | src/util/taler-exchange-secmod-rsa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/taler-exchange-secmod-rsa.c b/src/util/taler-exchange-secmod-rsa.c index 1307b8f45..edb3aac21 100644 --- a/src/util/taler-exchange-secmod-rsa.c +++ b/src/util/taler-exchange-secmod-rsa.c | |||
@@ -1923,7 +1923,8 @@ run (void *cls, | |||
1923 | } | 1923 | } |
1924 | /* Set sticky group bit, so that clients will be writeable by the current service. */ | 1924 | /* Set sticky group bit, so that clients will be writeable by the current service. */ |
1925 | if (0 != chmod (client_dir, | 1925 | if (0 != chmod (client_dir, |
1926 | S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_ISGID)) | 1926 | S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP |
1927 | | S_ISGID)) | ||
1927 | { | 1928 | { |
1928 | GNUNET_log (GNUNET_ERROR_TYPE_ERROR, | 1929 | GNUNET_log (GNUNET_ERROR_TYPE_ERROR, |
1929 | "Can't set permissions for client directory (%s)\n", | 1930 | "Can't set permissions for client directory (%s)\n", |