mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
wks: Do not mark key files as executable
This commit is contained in:
parent
60be00b033
commit
0c8bc15434
1 changed files with 1 additions and 1 deletions
|
@ -1443,7 +1443,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()));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue