From owner-freebsd-security@FreeBSD.ORG Sat Sep 15 01:58:27 2012 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7CD9106566B; Sat, 15 Sep 2012 01:58:27 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9AD4E8FC0C; Sat, 15 Sep 2012 01:58:26 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so3599294wgb.31 for ; Fri, 14 Sep 2012 18:58:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=Sg2V1n4q2JTMxWeEOBeHFPvj/LiYdHN/nli7L08r3d8=; b=xve9ToVTWLenHzzh8gF9dZmkmvtqTp0sYSrXqZ+F+M1uGmDqNp7tWeFysiX+glhXpW pJDnIyCvD1ivBCVU4kuAFqfwkULtqP/smrhqiihXbSyG78L9ddfOsWCB6jz5y5CcFH1E +ESVZ60i2Lfq5/BXSY1V4VL45kMKhk5pPG7XEkLVx5/sy6tYHtUZFE9EngpO7tALuO3H X4rjNqGvk3r7bjE/duY6WSczfkyjQcGVdkalwIK3BQpxqX1B2gJoG7wRJUraWqVG4pY+ DIulnkgU/JPDv71BX6ESbblcq9WinnLp2QmrqWNsXKXxtSFeK2gMM81CfoYz43dnSxxH aiww== Received: by 10.180.79.69 with SMTP id h5mr1875633wix.6.1347674305281; Fri, 14 Sep 2012 18:58:25 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id hv8sm6213582wib.0.2012.09.14.18.58.22 (version=SSLv3 cipher=OTHER); Fri, 14 Sep 2012 18:58:24 -0700 (PDT) Date: Sat, 15 Sep 2012 02:58:20 +0100 From: RW To: Mark Murray Message-ID: <20120915025820.73e04565@gumby.homeunix.com> In-Reply-To: References: <50453686.9090100@FreeBSD.org> <20120911082309.GD72584@dragon.NUXI.org> <504F0687.7020309@FreeBSD.org> <201209121628.18088.jhb@freebsd.org> <5050F477.8060409@FreeBSD.org> <20120912213141.GI14077@x96.org> <20120913052431.GA15052@dragon.NUXI.org> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Arthur Mesh , Ian Lepore , Doug Barton , Ben Laurie , freebsd-security@freebsd.org, "Bjoern A. Zeeb" Subject: Re: svn commit: r239569 - head/etc/rc.d X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 01:58:27 -0000 On Fri, 14 Sep 2012 22:49:14 +0100 Mark Murray wrote: > If not, then whatever you run instead must also be sound. XOR isn't. > > You have a way to go before you convince me on this one. I'll buy this > argument if it is a routine/regular/risky ocurrence that the output > of (say) > > $ ( ps -gauxwww ; netstat -arn ; sysctl -ao ) | gzip | ... > > ... can be demonstrated to have insignificant entropy when harvested > using my proposed method. BTW - you may want to actually see the > method. The fastest compression setting on gzip is five times slower than sha256 and doesn't actually solve any specific problem. So far no one has come up with a single cogent argument for compression. If you replace compression with hashing then the need modifying the kernel code is eliminated.