From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8388139083 for ; Thu, 7 Dec 2017 00:01:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39352E103A; Thu, 7 Dec 2017 00:01:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A469E103A for ; Thu, 7 Dec 2017 00:01:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C554C33BEA7 for ; Thu, 7 Dec 2017 00:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89574AE74 for ; Thu, 7 Dec 2017 00:01:11 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1512608241.558ee3831cd1874b43d77b51600813842621993f.zorry@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/hardened/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/hardened/make.defaults X-VCS-Directories: profiles/features/hardened/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 558ee3831cd1874b43d77b51600813842621993f X-VCS-Branch: master Date: Thu, 7 Dec 2017 00:01:11 +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: 415e87bc-00ae-4bbf-9738-7f86665daea3 X-Archives-Hash: c261cf3c6ce16a0ea3af09e21275ba72 commit: 558ee3831cd1874b43d77b51600813842621993f Author: Magnus Granberg gentoo org> AuthorDate: Thu Dec 7 00:57:21 2017 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Thu Dec 7 00:57:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558ee383 profiles: set -ptpax in the hardened new 17.0 profile profiles/features/hardened/make.defaults | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/features/hardened/make.defaults b/profiles/features/hardened/make.defaults index 1f5030f9a41..f6389585334 100644 --- a/profiles/features/hardened/make.defaults +++ b/profiles/features/hardened/make.defaults @@ -16,6 +16,7 @@ PROFILE_IS_HARDENED=1 # We set the default markings to XATTR_PAX PAX_MARKINGS="XT" +USE="${USE} -ptpax" # Default starting set of USE flags for all default/linux profiles. # We unset them so we get a clean use flag profile.