diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-06-04 00:08:19 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-06-04 00:08:19 +0000 |
commit | 568344329b786e0e95c0107489b97f2c77efc106 (patch) | |
tree | 8d1238ebfde00a2b9cd3fb9a3ff2de164dff25b1 /profiles/hardened | |
parent | Stable for HPPA (bug #486506). (diff) | |
download | gentoo-2-568344329b786e0e95c0107489b97f2c77efc106.tar.gz gentoo-2-568344329b786e0e95c0107489b97f2c77efc106.tar.bz2 gentoo-2-568344329b786e0e95c0107489b97f2c77efc106.zip |
Make sure sandbox is pulled in on all musl profiles
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/packages | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index 0ebbc01b34d1..d39c726af468 100644 --- a/profiles/hardened/ChangeLog +++ b/profiles/hardened/ChangeLog @@ -1,6 +1,9 @@ # 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.47 2014/06/02 13:33:08 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.48 2014/06/04 00:08:18 blueness Exp $ + + 04 Jun 2014; Anthony G. Basile <blueness@gentoo.org> linux/musl/packages: + Make sure sandbox is pulled in on all musl profiles 01 Jun 2014; Anthony G. Basile <blueness@gentoo.org> profiles/hardened/linux/musl: Enable sandbox on musl profiles diff --git a/profiles/hardened/linux/musl/packages b/profiles/hardened/linux/musl/packages index ffffe2e9afd5..ba17c675325f 100644 --- a/profiles/hardened/linux/musl/packages +++ b/profiles/hardened/linux/musl/packages @@ -1,6 +1,7 @@ # 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,v 1.2 2014/01/24 20:05:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/packages,v 1.3 2014/06/04 00:08:19 blueness Exp $ *app-misc/pax-utils +*sys-apps/sandbox -*sys-apps/man-pages |