From owner-freebsd-security Thu Dec 16 11: 4:48 1999 Delivered-To: freebsd-security@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id BAE651566C for ; Thu, 16 Dec 1999 11:04:40 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id MAA82703; Thu, 16 Dec 1999 12:04:39 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA73160; Thu, 16 Dec 1999 12:04:38 -0700 (MST) Message-Id: <199912161904.MAA73160@harmony.village.org> To: Robert Watson Subject: Re: From BugTraq - FreeBSD 3.3 xsoldier root exploit (fwd) Cc: Spidey , Chris England , freebsd-security@FreeBSD.ORG In-reply-to: Your message of "Thu, 16 Dec 1999 13:56:26 EST." References: Date: Thu, 16 Dec 1999 12:04:38 -0700 From: Warner Losh Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Robert Watson writes: : That's heavy-handed security for you: mandate identification of problems : and correctness. Seems a little harsh, but most of this could be automated... #!/bin/csh cd /cdrom/packages/All foreach i (*.tgz) tar tvfz $i | egrep '^-..s' end I'm running this now, but my 1x cdrom is kinda slow (or maybe it is a 2x, i forget). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message