mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
wks: Do not mark key files as executable
This commit is contained in:
parent
f54feb4470
commit
46ada6a9bd
1 changed files with 1 additions and 1 deletions
|
@ -1442,7 +1442,7 @@ check_and_publish (server_ctx_t ctx, const char *address, const char *nonce)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Make sure it is world readable. */
|
/* 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",
|
log_error ("can't set permissions of '%s': %s\n",
|
||||||
fnewname, gpg_strerror (gpg_err_code_from_syserror()));
|
fnewname, gpg_strerror (gpg_err_code_from_syserror()));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue