From owner-freebsd-security@FreeBSD.ORG Mon May 26 03:24:27 2014 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DBE331A; Mon, 26 May 2014 03:24:27 +0000 (UTC) Received: from pandora.au.calorieking.net (114.179.70.115.static.exetel.com.au [115.70.179.114]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 527252E59; Mon, 26 May 2014 03:24:26 +0000 (UTC) Received: from pandora.internal (localhost [127.0.0.1]) by pandora.au.calorieking.net (Postfix) with ESMTP id E8B3D33CA3; Mon, 26 May 2014 11:24:17 +0800 (WST) X-Virus-Scanned: amavisd-new at calorieking.com Received: from pandora.au.calorieking.net ([127.0.0.1]) by pandora.internal (pandora.internal [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wCRiH4HWaOp3; Mon, 26 May 2014 11:24:08 +0800 (WST) Received: from egeria.internal (egeria.internal [192.168.2.111]) by pandora.au.calorieking.net (Postfix) with ESMTPSA id 0189233C9B; Mon, 26 May 2014 11:24:08 +0800 (WST) Message-ID: <5382B3D5.8050500@calorieking.com> Date: Mon, 26 May 2014 11:24:05 +0800 From: Gregory Orange User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Glen Barber Subject: Re: freebsd-update.conf IgnorePaths linker.hints not working References: <5382A982.6090304@calorieking.com> <20140526024743.GC90742@hub.FreeBSD.org> In-Reply-To: <20140526024743.GC90742@hub.FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-security@freebsd.org, Colin Percival X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 03:24:27 -0000 On 26/05/14 10:47, Glen Barber wrote: > On Mon, May 26, 2014 at 10:40:02AM +0800, Gregory Orange wrote: >> I've got freebsd-update cron running every night, and each time get the >> following (regardless of whether I then run freebsd-update install): >> ---- >> The following files will be updated as part of updating to 8.4-RELEASE-p10: >> /boot/kernel/linker.hints > > Seems related to PR 186273 > http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/186273 Okay thanks, I didn't come across that in my searching. What do you suggest next? Would removing the file completely stop kernel modules from loading, or some other unwanted behaviour? Cheers, Greg.