blob: 2982c59b119e2eb1fc6786f3e80ee33444042c1e (
plain) (
tree)
|
|
--- x11vnc-0.9.16/src/scan.c 2024-07-23 04:47:17.680000000 +0000
+++ x11vnc-0.9.16/src/scan.c 2024-07-23 04:48:25.080000000 +0000
@@ -320,7 +320,7 @@
#if HAVE_XSHM
shm->shmid = shmget(IPC_PRIVATE,
- xim->bytes_per_line * xim->height, IPC_CREAT | 0777);
+ xim->bytes_per_line * xim->height, IPC_CREAT | 0600);
if (shm->shmid == -1) {
rfbErr("shmget(%s) failed.\n", name);
|