diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-26 23:22:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-26 23:22:23 +0000 |
commit | 5beb7e7589e6dd9014fc39a92862bba6697ad9fd (patch) | |
tree | b0d7cbf6bb4987e61d6397c0c83cbbac0ad95dd0 /profiles/uclibc | |
parent | security bump. insecure tmpfile handling bug 68405 (Manifest recommit) (diff) | |
download | gentoo-2-5beb7e7589e6dd9014fc39a92862bba6697ad9fd.tar.gz gentoo-2-5beb7e7589e6dd9014fc39a92862bba6697ad9fd.tar.bz2 gentoo-2-5beb7e7589e6dd9014fc39a92862bba6697ad9fd.zip |
stack make.defaults
Diffstat (limited to 'profiles/uclibc')
-rw-r--r-- | profiles/uclibc/arm/make.defaults | 39 | ||||
-rw-r--r-- | profiles/uclibc/make.defaults | 38 | ||||
-rw-r--r-- | profiles/uclibc/mips/make.defaults | 39 | ||||
-rw-r--r-- | profiles/uclibc/ppc/make.defaults | 39 | ||||
-rw-r--r-- | profiles/uclibc/sh/make.defaults | 39 | ||||
-rw-r--r-- | profiles/uclibc/x86/make.defaults | 39 |
6 files changed, 39 insertions, 194 deletions
diff --git a/profiles/uclibc/arm/make.defaults b/profiles/uclibc/arm/make.defaults index 2dba2e1cde38..f5f437098110 100644 --- a/profiles/uclibc/arm/make.defaults +++ b/profiles/uclibc/arm/make.defaults @@ -1,41 +1,2 @@ -USE="arm berkdb ncurses readline zlib uclibc" -GRP_STAGE23_USE="arm berkdb ncurses readline zlib uclibc" -STAGE1_USE="uclibc" - ARCH="arm" -PORTAGE_LIBC="uClibc" ACCEPT_KEYWORDS="arm" - -# -# FEATURES are settings that affect the functionality of portage. Most of -# these settings are for developer use, but some are available to non- -# developers as well. -# -# 'nodoc' remove 'doc' in the preinstall phase. -# functionality equivalent to rm -rf usr/share/doc/ -# -# 'noinfo' remove 'info' pages in the preinstall phase. -# functionality equivalent to rm -rf usr/share/info/ -# -# 'noman' remove 'man' pages in the preinstall phase. -# functionality equivalent to rm -rf usr/share/man/ -# -# 'sandbox' enable sandbox-ing when running emerge and ebuild -# -# 'sfperms' feature for security minded people that causes portage to -# remove group+other readable bits on setuid files and -# remove the other readable bits on setgid files. -# -# 'strict' causes portage to react strongly to conditions that -# have the potential to be dangerous -- like missing or -# incorrect Manifest files. -# -# 'userpriv' allows portage to drop root privleges while it is compiling -# as a security measure, and as a side effect this can remove -# sandbox access violations for users. -# -# 'usersandbox' enables sandboxing while portage is running under userpriv. -# unpack -- for debugging purposes only. - -FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" -#FEATURES="${FEATURES} userpriv usersandbox" diff --git a/profiles/uclibc/make.defaults b/profiles/uclibc/make.defaults new file mode 100644 index 000000000000..5b3b068da89f --- /dev/null +++ b/profiles/uclibc/make.defaults @@ -0,0 +1,38 @@ +USE="berkdb ncurses readline zlib uclibc" +GRP_STAGE23_USE="berkdb ncurses readline zlib uclibc" +STAGE1_USE="uclibc" + +PORTAGE_LIBC="uClibc" + +# +# FEATURES are settings that affect the functionality of portage. Most of +# these settings are for developer use, but some are available to non- +# developers as well. +# +# 'nodoc' remove 'doc' in the preinstall phase. +# functionality equivalent to rm -rf usr/share/doc/ +# +# 'noinfo' remove 'info' pages in the preinstall phase. +# functionality equivalent to rm -rf usr/share/info/ +# +# 'noman' remove 'man' pages in the preinstall phase. +# functionality equivalent to rm -rf usr/share/man/ +# +# 'sandbox' enable sandbox-ing when running emerge and ebuild +# +# 'sfperms' feature for security minded people that causes portage to +# remove group+other readable bits on setuid files and +# remove the other readable bits on setgid files. +# +# 'strict' causes portage to react strongly to conditions that +# have the potential to be dangerous -- like missing or +# incorrect Manifest files. +# +# 'userpriv' allows portage to drop root privleges while it is compiling +# as a security measure, and as a side effect this can remove +# sandbox access violations for users. +# +# 'usersandbox' enables sandboxing while portage is running under userpriv. +# unpack -- for debugging purposes only. + +FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" diff --git a/profiles/uclibc/mips/make.defaults b/profiles/uclibc/mips/make.defaults index dc9b7daa2121..c9b4e64df4bf 100644 --- a/profiles/uclibc/mips/make.defaults +++ b/profiles/uclibc/mips/make.defaults @@ -1,41 +1,4 @@ -USE="mips berkdb ncurses readline zlib uclibc" -GRP_STAGE23_USE="mips berkdb ncurses readline zlib uclibc" -STAGE1_USE="uclibc" - ARCH="mips" -PORTAGE_LIBC="uClibc" ACCEPT_KEYWORDS="mips" -# -# FEATURES are settings that affect the functionality of portage. Most of -# these settings are for developer use, but some are available to non- -# developers as well. -# -# 'nodoc' remove 'doc' in the preinstall phase. -# functionality equivalent to rm -rf usr/share/doc/ -# -# 'noinfo' remove 'info' pages in the preinstall phase. -# functionality equivalent to rm -rf usr/share/info/ -# -# 'noman' remove 'man' pages in the preinstall phase. -# functionality equivalent to rm -rf usr/share/man/ -# -# 'sandbox' enable sandbox-ing when running emerge and ebuild -# -# 'sfperms' feature for security minded people that causes portage to -# remove group+other readable bits on setuid files and -# remove the other readable bits on setgid files. -# -# 'strict' causes portage to react strongly to conditions that -# have the potential to be dangerous -- like missing or -# incorrect Manifest files. -# -# 'userpriv' allows portage to drop root privleges while it is compiling -# as a security measure, and as a side effect this can remove -# sandbox access violations for users. -# -# 'usersandbox' enables sandboxing while portage is running under userpriv. -# unpack -- for debugging purposes only. - -FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" -#FEATURES="${FEATURES} userpriv usersandbox" +FEATURES="-sandbox" diff --git a/profiles/uclibc/ppc/make.defaults b/profiles/uclibc/ppc/make.defaults index 5768c7a74e92..682ea0d72312 100644 --- a/profiles/uclibc/ppc/make.defaults +++ b/profiles/uclibc/ppc/make.defaults @@ -1,41 +1,2 @@ -USE="ppc berkdb ncurses readline zlib uclibc" -GRP_STAGE23_USE="ppc berkdb ncurses readline zlib uclibc" -STAGE1_USE="uclibc" - ARCH="ppc" -PORTAGE_LIBC="uClibc" ACCEPT_KEYWORDS="ppc" - -# -# FEATURES are settings that affect the functionality of portage. Most of -# these settings are for developer use, but some are available to non- -# developers as well. -# -# 'nodoc' remove 'doc' in the preinstall phase. -# functionality equivalent to rm -rf usr/share/doc/ -# -# 'noinfo' remove 'info' pages in the preinstall phase. -# functionality equivalent to rm -rf usr/share/info/ -# -# 'noman' remove 'man' pages in the preinstall phase. -# functionality equivalent to rm -rf usr/share/man/ -# -# 'sandbox' enable sandbox-ing when running emerge and ebuild -# -# 'sfperms' feature for security minded people that causes portage to -# remove group+other readable bits on setuid files and -# remove the other readable bits on setgid files. -# -# 'strict' causes portage to react strongly to conditions that -# have the potential to be dangerous -- like missing or -# incorrect Manifest files. -# -# 'userpriv' allows portage to drop root privleges while it is compiling -# as a security measure, and as a side effect this can remove -# sandbox access violations for users. -# -# 'usersandbox' enables sandboxing while portage is running under userpriv. -# unpack -- for debugging purposes only. - -FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" -#FEATURES="${FEATURES} userpriv usersandbox" diff --git a/profiles/uclibc/sh/make.defaults b/profiles/uclibc/sh/make.defaults index 231d62db718a..ea43b7129571 100644 --- a/profiles/uclibc/sh/make.defaults +++ b/profiles/uclibc/sh/make.defaults @@ -1,41 +1,2 @@ -USE="sh berkdb ncurses readline zlib uclibc" -GRP_STAGE23_USE="sh berkdb ncurses readline zlib uclibc" -STAGE1_USE="uclibc" - ARCH="sh" -PORTAGE_LIBC="uClibc" ACCEPT_KEYWORDS="sh" - -# -# FEATURES are settings that affect the functionality of portage. Most of -# these settings are for developer use, but some are available to non- -# developers as well. -# -# 'nodoc' remove 'doc' in the preinstall phase. -# functionality equivalent to rm -rf usr/share/doc/ -# -# 'noinfo' remove 'info' pages in the preinstall phase. -# functionality equivalent to rm -rf usr/share/info/ -# -# 'noman' remove 'man' pages in the preinstall phase. -# functionality equivalent to rm -rf usr/share/man/ -# -# 'sandbox' enable sandbox-ing when running emerge and ebuild -# -# 'sfperms' feature for security minded people that causes portage to -# remove group+other readable bits on setuid files and -# remove the other readable bits on setgid files. -# -# 'strict' causes portage to react strongly to conditions that -# have the potential to be dangerous -- like missing or -# incorrect Manifest files. -# -# 'userpriv' allows portage to drop root privleges while it is compiling -# as a security measure, and as a side effect this can remove -# sandbox access violations for users. -# -# 'usersandbox' enables sandboxing while portage is running under userpriv. -# unpack -- for debugging purposes only. - -FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" -#FEATURES="${FEATURES} userpriv usersandbox" diff --git a/profiles/uclibc/x86/make.defaults b/profiles/uclibc/x86/make.defaults index aa72369085a7..123f5ed3ab4b 100644 --- a/profiles/uclibc/x86/make.defaults +++ b/profiles/uclibc/x86/make.defaults @@ -1,41 +1,2 @@ -USE="x86 berkdb ncurses readline zlib uclibc" -GRP_STAGE23_USE="x86 berkdb ncurses readline zlib uclibc" -STAGE1_USE="uclibc" - ARCH="x86" -PORTAGE_LIBC="uClibc" ACCEPT_KEYWORDS="x86" - -# -# FEATURES are settings that affect the functionality of portage. Most of -# these settings are for developer use, but some are available to non- -# developers as well. -# -# 'nodoc' remove 'doc' in the preinstall phase. -# functionality equivalent to rm -rf usr/share/doc/ -# -# 'noinfo' remove 'info' pages in the preinstall phase. -# functionality equivalent to rm -rf usr/share/info/ -# -# 'noman' remove 'man' pages in the preinstall phase. -# functionality equivalent to rm -rf usr/share/man/ -# -# 'sandbox' enable sandbox-ing when running emerge and ebuild -# -# 'sfperms' feature for security minded people that causes portage to -# remove group+other readable bits on setuid files and -# remove the other readable bits on setgid files. -# -# 'strict' causes portage to react strongly to conditions that -# have the potential to be dangerous -- like missing or -# incorrect Manifest files. -# -# 'userpriv' allows portage to drop root privleges while it is compiling -# as a security measure, and as a side effect this can remove -# sandbox access violations for users. -# -# 'usersandbox' enables sandboxing while portage is running under userpriv. -# unpack -- for debugging purposes only. - -FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" -#FEATURES="${FEATURES} userpriv usersandbox" |