Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 1999 12:04:38 -0700
From:      Warner Losh <imp@village.org>
To:        Robert Watson <robert+freebsd@cyrus.watson.org>
Cc:        Spidey <beaupran@iro.umontreal.ca>, Chris England <cengland@obscurity.org>, freebsd-security@FreeBSD.ORG
Subject:   Re: From BugTraq - FreeBSD 3.3 xsoldier root exploit (fwd) 
Message-ID:  <199912161904.MAA73160@harmony.village.org>
In-Reply-To: Your message of "Thu, 16 Dec 1999 13:56:26 EST." <Pine.BSF.3.96.991216135055.26813G-100000@fledge.watson.org> 
References:  <Pine.BSF.3.96.991216135055.26813G-100000@fledge.watson.org>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.3.96.991216135055.26813G-100000@fledge.watson.org> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912161904.MAA73160>