diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-06-05 14:54:32 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-06-05 14:54:32 +0000 |
commit | 9378063acd27906c45cb1f3555aa8b1a1ac94e95 (patch) | |
tree | b51a69040d72b9e5b9847f5e9fdfcdeb15ca457f /profiles/hardened | |
parent | Version bump (diff) | |
download | historical-9378063acd27906c45cb1f3555aa8b1a1ac94e95.tar.gz historical-9378063acd27906c45cb1f3555aa8b1a1ac94e95.tar.bz2 historical-9378063acd27906c45cb1f3555aa8b1a1ac94e95.zip |
Make sure sandbox is part of stage1 for musl profiles
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/packages.build | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index d39c726af468..12981fc44e9f 100644 --- a/profiles/hardened/ChangeLog +++ b/profiles/hardened/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.48 2014/06/04 00:08:18 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.49 2014/06/05 14:54:32 blueness Exp $ + + 05 Jun 2014; Anthony G. Basile <blueness@gentoo.org> + linux/musl/packages.build: + Make sure sandbox is part of stage1 for musl profiles 04 Jun 2014; Anthony G. Basile <blueness@gentoo.org> linux/musl/packages: Make sure sandbox is pulled in on all musl profiles diff --git a/profiles/hardened/linux/musl/packages.build b/profiles/hardened/linux/musl/packages.build index 34b102909ac9..d284ac9c10b6 100644 --- a/profiles/hardened/linux/musl/packages.build +++ b/profiles/hardened/linux/musl/packages.build @@ -1,10 +1,11 @@ # 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/packages.build,v 1.3 2014/01/26 18:09:58 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/packages.build,v 1.4 2014/06/05 14:54:32 blueness Exp $ # This file lists extra packages needed to build for # a stage 1 based on this profile. dev-util/pkgconf sys-apps/attr +sys-apps/sandbox dev-python/pyxattr |