From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PqZaA-0006BC-GP for garchives@archives.gentoo.org; Fri, 18 Feb 2011 23:17:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58D931C003; Fri, 18 Feb 2011 23:17:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 288071C003 for ; Fri, 18 Feb 2011 23:17:41 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B76BD1B420B for ; Fri, 18 Feb 2011 23:17:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 19B588006A for ; Fri, 18 Feb 2011 23:17:40 +0000 (UTC) From: "Francisco Blas Izquierdo Riera" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Francisco Blas Izquierdo Riera" Message-ID: <653b2fd1f81e79f621e5545c8b6ba9ca922b0488.klondike@gentoo> Subject: [gentoo-commits] proj/hardened-docs:master commit in: xml/ X-VCS-Repository: proj/hardened-docs X-VCS-Files: xml/hardenedfaq.xml X-VCS-Directories: xml/ X-VCS-Committer: klondike X-VCS-Committer-Name: Francisco Blas Izquierdo Riera X-VCS-Revision: 653b2fd1f81e79f621e5545c8b6ba9ca922b0488 Date: Fri, 18 Feb 2011 23:17:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 2d3c3e418e6f0610eb13c3cc7f4cc917 commit: 653b2fd1f81e79f621e5545c8b6ba9ca922b0488 Author: klondike xiscosoft es> AuthorDate: Fri Feb 18 23:16:23 2011 +0000 Commit: Francisco Blas Izquierdo Riera xiscosoft = es> CommitDate: Fri Feb 18 23:16:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-docs= .git;a=3Dcommit;h=3D653b2fd1 Adding the source /etc/profile --- xml/hardenedfaq.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/xml/hardenedfaq.xml b/xml/hardenedfaq.xml index 5f4eb64..29f8b92 100644 --- a/xml/hardenedfaq.xml +++ b/xml/hardenedfaq.xml @@ -158,6 +158,8 @@ You can use gcc-config to accomplish this: # gcc-config x86_64-pc-linux-gnu-4.4.4-hardenednopiessp To turn off all hardened building switch to the vanilla profile= : # gcc-config x86_64-pc-linux-gnu-4.4.4-vanilla +You need to run this on the active sessions to set the changes<= /comment> +# source /etc/profile =20