From owner-svn-src-head@FreeBSD.ORG Tue Feb 10 04:46:53 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5251C131; Tue, 10 Feb 2015 04:46:53 +0000 (UTC) Received: from st11p02mm-asmtp002.mac.com (st11p02mm-asmtpout002.mac.com [17.172.220.237]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25B4DE80; Tue, 10 Feb 2015 04:46:52 +0000 (UTC) Received: from fukuyama.hsd1.ca.comcast.net (unknown [73.162.13.215]) by st11p02mm-asmtp002.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NJJ0082NH8R3I30@st11p02mm-asmtp002.mac.com>; Tue, 10 Feb 2015 04:46:06 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-02-10_02:2015-02-09,2015-02-10,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1502100048 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: svn commit: r278494 - head/sys/kern From: Rui Paulo In-reply-to: <201502100434.t1A4YeLr052513@svn.freebsd.org> Date: Mon, 09 Feb 2015 20:46:03 -0800 Content-transfer-encoding: quoted-printable Message-id: <7FCF7F90-C1B2-4C1C-8781-F89F8519D47E@me.com> References: <201502100434.t1A4YeLr052513@svn.freebsd.org> To: Rui Paulo X-Mailer: Apple Mail (2.2070.6) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 04:46:53 -0000 On Feb 9, 2015, at 20:34, Rui Paulo wrote: >=20 > Author: rpaulo > Date: Tue Feb 10 04:34:39 2015 > New Revision: 278494 > URL: https://svnweb.freebsd.org/changeset/base/278494 >=20 > Log: > Sanitise the coredump file names sent to devd. >=20 > While there, add a sysctl to turn this feature off as requested by > kib@. I wanted to get the sanitiser code in ASAP, but, as suggested by stas@ = offline, we think devd should also provide an action mode that runs a = command outside sh(1) and without using $PATH.=20 -- Rui Paulo