Skip to content

Commit 3bea492

Browse files
committed
wks: Do not mark key files as executable
1 parent 9fdf855 commit 3bea492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gpg-wks-server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@ check_and_publish (server_ctx_t ctx, const char *address, const char *nonce)
14431443
}
14441444

14451445
/* Make sure it is world readable. */
1446-
if (gnupg_chmod (fnewname, "-rwxr--r--"))
1446+
if (gnupg_chmod (fnewname, "-rw-r--r--"))
14471447
log_error ("can't set permissions of '%s': %s\n",
14481448
fnewname, gpg_strerror (gpg_err_code_from_syserror()));
14491449

0 commit comments

Comments
 (0)