From owner-freebsd-security@FreeBSD.ORG Thu Jun 20 13:12:05 2013 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 21FC0A20 for ; Thu, 20 Jun 2013 13:12:05 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) by mx1.freebsd.org (Postfix) with ESMTP id AF17117EB for ; Thu, 20 Jun 2013 13:12:04 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id k10so1679307wiv.11 for ; Thu, 20 Jun 2013 06:12:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=HZkg3SCS1fLdsAAEAf8wSkZVbOW8lQYVnBbtrArM9Es=; b=JwS0HXWLjyw40sWrPFPt+qCaBWpf0UWTkRUAjkka+VnmG2+Umh9/HmFyCc7z5X+gAf 7q8BTUC5FI+vzZ+AhO2xN+mdSnhBDVzQCrESEvAgOAl4mBBu75Th+l9YlJotYxd5WjTJ UCgTfl35D6VNZdoprm+b1mxt+6xugFbdterW8f/DLtROl0Rd2cwK3QWcEEzovW5RwnCG 1tw1H5vifdxgK0m3hptlzmUcnvg08wbD6Bkl8ctTvlneDR5CzNI+3vPIxfXA6BMyg+xQ h+CAvtmeth7bruFLxSf1KpAMliZVYzH/+CvyiaWVrrnUlWbTdrmhxUFJ0IA06pUSxqZk SOfA== X-Received: by 10.180.37.133 with SMTP id y5mr5455711wij.20.1371733923856; Thu, 20 Jun 2013 06:12:03 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPSA id fo10sm411194wib.8.2013.06.20.06.12.02 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 20 Jun 2013 06:12:03 -0700 (PDT) Date: Thu, 20 Jun 2013 14:12:00 +0100 From: RW To: freebsd-security@freebsd.org Subject: Re: FreeBSD Security Advisory FreeBSD-SA-13:06.mmap Message-ID: <20130620141200.0e1f358b@gumby.homeunix.com> In-Reply-To: <51C2FD56.5010202@shatow.net> References: <20130618073224.3982D3728D@nine.des.no> <51C2FD56.5010202@shatow.net> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 13:12:05 -0000 On Thu, 20 Jun 2013 08:02:14 -0500 Bryan Drewery wrote: > This will do it until the next reboot: > sysctl security.bsd.unprivileged_proc_debug=0 > > This will permanently disable it. I recommend doing this as it avoids > similar issues in the future: Perhaps the default should be changed then.