From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8FAE51381FA for ; Mon, 2 Jun 2014 13:31:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 474F9E0B8F; Mon, 2 Jun 2014 13:31:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0127E0B8F for ; Mon, 2 Jun 2014 13:31:30 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00E9F33F692 for ; Mon, 2 Jun 2014 13:31:30 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id 83BAC2004E; Mon, 2 Jun 2014 13:31:28 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/musl: make.defaults X-VCS-Repository: gentoo-x86 X-VCS-Files: make.defaults X-VCS-Directories: profiles/hardened/linux/musl X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140602133128.83BAC2004E@flycatcher.gentoo.org> Date: Mon, 2 Jun 2014 13:31:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8f259e96-9346-45bd-b3fc-83fb33c5ac21 X-Archives-Hash: 2cf0c8a35d35adbe0130112d8905af51 blueness 14/06/02 13:31:28 Modified: make.defaults Log: Enable sandbox on musl profiles Revision Changes Path 1.3 profiles/hardened/linux/musl/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?r1=1.2&r2=1.3 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- make.defaults 24 Jan 2014 20:05:04 -0000 1.2 +++ make.defaults 2 Jun 2014 13:31:28 -0000 1.3 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.2 2014/01/24 20:05:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.3 2014/06/02 13:31:28 blueness Exp $ ELIBC="musl" -FEATURES="sfperms strict" +FEATURES="sandbox sfperms strict" USE="hardened nptl pax_kernel pic unicode xattr -berkdb -jit -orc" BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -orc"