From owner-freebsd-current@FreeBSD.ORG Sat Jun 10 00:16:57 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 518DE16A473 for ; Sat, 10 Jun 2006 00:16:57 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 716A843D70 for ; Sat, 10 Jun 2006 00:16:56 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k5A0Gdxa004315 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 10 Jun 2006 03:16:43 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k5A0IoZC089562; Sat, 10 Jun 2006 03:18:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k5A0Ioim089561; Sat, 10 Jun 2006 03:18:50 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 10 Jun 2006 03:18:50 +0300 From: Giorgos Keramidas To: Garance A Drosihn Message-ID: <20060610001850.GA89531@gothmog.pc> References: <20060526153422.GB25953@obiwan.tataz.chchile.org> <20060609095751.GI1273@obiwan.tataz.chchile.org> <4489DCAE.3070005@overflow.no> <20060609233148.GA88285@gothmog.pc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.116, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 1.28, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Chris , freebsd-current@freebsd.org Subject: Re: [fbsd] Integrating ProPolice/SSP into FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 00:16:57 -0000 On 2006-06-09 20:04, Garance A Drosihn wrote: >At 2:31 AM +0300 6/10/06, Giorgos Keramidas wrote: >>On 2006-06-09 16:40, Chris wrote: >>> I'm using it successfuly with the stackp-gap and the random mmap >>> on 6.1-RELEASE. No problems at all really :) Except that I want a >>> nob for gcc to use the protection by default. We discussed this >>> in another email. >> >> You can always use `/etc/make.conf' to set it globally, right? > > Not quite globally. That will only set it for programs whose > makefiles .include /usr/share/mk/sys.mk . That's all of buildworld, > but it wouldn't include programs that people are building on their > own. Precisely. I used 'globally' as an implicit reference to buildworld, so thanks for the clarification :)