From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: tor: Add hardening configure-flags. Date: Mon, 30 Jan 2017 17:30:01 -0500 Message-ID: <20170130223001.GA5172@jasmine> References: <20170125093107.11271-1-contact.ng0@cryptolab.net> <20170125093107.11271-2-contact.ng0@cryptolab.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYKSf-0000HR-Le for guix-devel@gnu.org; Mon, 30 Jan 2017 17:30:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYKSb-0002cl-70 for guix-devel@gnu.org; Mon, 30 Jan 2017 17:30:09 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:35946) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cYKSa-0002ce-VW for guix-devel@gnu.org; Mon, 30 Jan 2017 17:30:05 -0500 Content-Disposition: inline In-Reply-To: <20170125093107.11271-2-contact.ng0@cryptolab.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: contact.ng0@cryptolab.net Cc: guix-devel@gnu.org On Wed, Jan 25, 2017 at 09:31:07AM +0000, contact.ng0@cryptolab.net wrote: > From: ng0 > > * gnu/packages/tor.scm (tor)[arguments]: Add '--enable-expensive-hardening', > 'enable-gcc-hardening', '--enable-linker-hardening' to configure-flags. LGTM. Does anyone else want to test before pushing?