wks: Do not mark key files as executable

This commit is contained in:
Bernhard M. Wiedemann 2021-10-23 15:23:26 +02:00 committed by Werner Koch
parent f54feb4470
commit 46ada6a9bd
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 1 deletions

View File

@ -1442,7 +1442,7 @@ check_and_publish (server_ctx_t ctx, const char *address, const char *nonce)
}
/* Make sure it is world readable. */
if (gnupg_chmod (fnewname, "-rwxr--r--"))
if (gnupg_chmod (fnewname, "-rw-r--r--"))
log_error ("can't set permissions of '%s': %s\n",
fnewname, gpg_strerror (gpg_err_code_from_syserror()));