Skip to content

Commit b7d046d

Browse files
committed
Set umask to 027
1 parent 893e0a9 commit b7d046d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/lib/libc/emscripten_syscall_stubs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ static int g_pid = 42;
2828
static int g_pgid = 42;
2929
static int g_ppid = 1;
3030
static int g_sid = 42;
31-
static mode_t g_umask = S_IRWXU | S_IRWXG | S_IRWXO;
31+
static mode_t g_umask = S_IWGRP | S_IRWXO;
3232

3333
#ifdef NDEBUG
3434
#define REPORT(name)

0 commit comments

Comments
 (0)