mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
but which I could not repeat on FreeBSD. It may still be a problem, but it looks like screen was already dropping privilege before the operation in question. Submitted by: Roman Drahtmueller <draht@suse.de>
13 lines
354 B
Text
13 lines
354 B
Text
--- screen.c.orig Fri May 25 16:40:10 2001
|
|
+++ screen.c Mon Sep 3 15:48:24 2001
|
|
@@ -1061,6 +1061,10 @@
|
|
Attacher();
|
|
/* NOTREACHED */
|
|
}
|
|
+#ifdef MULTIUSER
|
|
+ if (multiattach)
|
|
+ Panic(0, "Can't create sessions of other users.");
|
|
+#endif
|
|
debug("screen -r: backend not responding -- still crying\n");
|
|
}
|
|
else if (dflag && !mflag)
|