diff options
author | Matthias Maier <tamiko@gentoo.org> | 2017-05-11 19:09:14 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2017-05-12 09:47:25 -0500 |
commit | 666d65c4654d7fa479367fed4b898efca422a0f3 (patch) | |
tree | 0f09adcceebcd9670f553aa0c484e6eb30a69c08 /profiles/hardened | |
parent | dev-util/drone: Version bump to 0.6.0 (diff) | |
download | gentoo-666d65c4654d7fa479367fed4b898efca422a0f3.tar.gz gentoo-666d65c4654d7fa479367fed4b898efca422a0f3.tar.bz2 gentoo-666d65c4654d7fa479367fed4b898efca422a0f3.zip |
profiles: update pie use-flag masks for sys-devel/gcc
- mask pie for sys-devel/gcc unconditionally in base/
- selectively unmask pie use-flag for hardened/linux and
hardened/linux/musl profiles
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/musl/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/hardened/linux/package.use.mask | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/profiles/hardened/linux/musl/amd64/package.use.mask b/profiles/hardened/linux/musl/amd64/package.use.mask index e2d77b02cf8d..49830f81047d 100644 --- a/profiles/hardened/linux/musl/amd64/package.use.mask +++ b/profiles/hardened/linux/musl/amd64/package.use.mask @@ -1,6 +1,2 @@ # Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 - -# Matthias Maier <tamiko@genoto.org> (07 May 2017) -# masked in arch/base, unmask for hardened/musl/amd64 ->=sys-devel/gcc-6.3.0 -pie diff --git a/profiles/hardened/linux/musl/package.use.mask b/profiles/hardened/linux/musl/package.use.mask index 9078b7c61920..d66f247717f5 100644 --- a/profiles/hardened/linux/musl/package.use.mask +++ b/profiles/hardened/linux/musl/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 +# Matthias Maier <tamiko@genoto.org> (11 May 2017) +# masked in base, unmask for hardened/musl/ +sys-devel/gcc -pie + # See bug #504200 sys-devel/gcc sanitize diff --git a/profiles/hardened/linux/package.use.mask b/profiles/hardened/linux/package.use.mask index 4178151b63da..4a8041881f57 100644 --- a/profiles/hardened/linux/package.use.mask +++ b/profiles/hardened/linux/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Matthias Maier <tamiko@gentoo.org> (11 May 2017) +# masked in base, unmask for hardened profiles +sys-devel/gcc -pie + # Ilya Tumaykin <itumaykin+gentoo@gmail.com> (19 Jan 2017) # Requires x11-drivers/nvidia-drivers. Needs testing first. media-video/mpv cuda |