From owner-cvs-all Tue Dec 1 13:12:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17202 for cvs-all-outgoing; Tue, 1 Dec 1998 13:12:19 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17194; Tue, 1 Dec 1998 13:12:17 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA27788; Tue, 1 Dec 1998 13:12:57 -0800 (PST) Date: Tue, 1 Dec 1998 13:12:57 -0800 (PST) Message-Id: <199812012112.NAA27788@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/libexec/talkd talkd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/01 13:12:57 PST Modified files: libexec/talkd talkd.c Log: Reviewed by: freebsd-current, freebsd-security Removed getuid() root check so ntalkd can be run from a tty sandbox. It isn't suid root anyway, who knows why the getuid() check was even in there in the first place! Revision Changes Path 1.9 +6 -1 src/libexec/talkd/talkd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message