[8347] in Athena Bugs
vax 7.3P: emacs: server
daemon@ATHENA.MIT.EDU (Calvin Clark)
Mon Oct 7 11:22:38 1991
Date: Mon, 7 Oct 91 11:23:28 -0400
From: Calvin Clark <ckclark@Athena.MIT.EDU>
To: bugs@Athena.MIT.EDU
Reply-To: ckclark@mit.edu
System name: hal-2000
Type and version: CVAXSTAR 7.3P
Display type: SM
What were you trying to do?
Be nasty.
What's wrong:
I can.
What should have happened:
The emacs server's Unix-domain socket should not be mode 777.
*** /source/third/common/gnu/emacs/etc/server.c Sun Jun 23 12:07:22 1991
--- server.c Mon Oct 7 11:10:10 1991
***************
*** 107,112 ****
--- 107,115 ----
perror ("bind");
exit (1);
}
+
+ chmod (server.sun_path,0700);
+
/*
* Now, just wait for everything to come in..
*/
Please describe any relevant documentation references:
None to speak of.