mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
wks: Do not mark key files as executable
This commit is contained in:
parent
60be00b033
commit
0c8bc15434
@ -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…
x
Reference in New Issue
Block a user