After starting an rxvt (from ports), ls -l `tty` gives something like: crw--w--w- 1 myuser mygroup 0, 150 31 jan 05:57 /dev/ttypa Which allows any user to print stuff on my terminal. While logging in from SSH would give something like: crw--w---- 1 myuser tty 0, 142 31 jan 05:58 /dev/ttyp6 Which seems much better. Fix: Building rxvt with --enable-ttygid makes it set permissions and group ownership like SSH does.
lippe 2008-06-19 06:59:44 UTC FreeBSD ports repository Modified files: x11/rxvt Makefile Log: - Fix ownership on all installed files. - Bump PORTREVISION. PR: ports/120181 Submitted by: Math <b1ff@fr33.b33r.net> Approved by: gabor (mentor, implicit) Revision Changes Path 1.67 +2 -2 ports/x11/rxvt/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!