diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-10-25 16:06:42 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-10-25 16:06:42 +0000 |
commit | be9068998d59d7082a9989b22f44e1fd7513f57e (patch) | |
tree | 5c3ab05b10ac4d9185938308db1b509a656e0f0c /profiles/hardened | |
parent | Add upstream patch to avoid crash when DISPLAY is unset. #439134 (diff) | |
download | historical-be9068998d59d7082a9989b22f44e1fd7513f57e.tar.gz historical-be9068998d59d7082a9989b22f44e1fd7513f57e.tar.bz2 historical-be9068998d59d7082a9989b22f44e1fd7513f57e.zip |
Remove redundant default USE flags for hardened/linux/uclibc profiles
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/uclibc/make.defaults | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/use.mask | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/profiles/hardened/linux/uclibc/make.defaults b/profiles/hardened/linux/uclibc/make.defaults index 447348169786..3ff6b6378ffe 100644 --- a/profiles/hardened/linux/uclibc/make.defaults +++ b/profiles/hardened/linux/uclibc/make.defaults @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/make.defaults,v 1.3 2012/10/08 17:57:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/make.defaults,v 1.4 2012/10/25 16:06:42 blueness Exp $ PORTAGE_LIBC="uClibc" ELIBC=uclibc FEATURES="sandbox sfperms strict" -USE="hardened ncurses nptl pax_kernel pic readline unicode xattr zlib -jit -orc -pam " -BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic zlib pax_kernel pic -jit -orc -pam" +USE="hardened nptl pax_kernel pic unicode xattr -berkdb" +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb" SYMLINK_LIB="no" diff --git a/profiles/hardened/linux/uclibc/use.mask b/profiles/hardened/linux/uclibc/use.mask index abe2b60c53e8..2af0481cac82 100644 --- a/profiles/hardened/linux/uclibc/use.mask +++ b/profiles/hardened/linux/uclibc/use.mask @@ -1,10 +1,14 @@ # Copyright 1999-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/use.mask,v 1.2 2012/10/07 11:42:37 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/use.mask,v 1.3 2012/10/25 16:06:42 blueness Exp $ nls pam +# JIT leads to RWX mmap denials with a PaX kernel +jit +orc + emul-linux-x86 -uclibc |