summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-07-29 05:13:49 +0000
committerNed Ludd <solar@gentoo.org>2004-07-29 05:13:49 +0000
commit30eed69d7dd7d65cea5aaebaf540e83c8da53f49 (patch)
tree4757df0c024a414560c1b0d180537e7e733fb870 /profiles/uclibc/mips
parentmove the manpage perm fixes into pkg_postinst() #40322 (diff)
downloadhistorical-30eed69d7dd7d65cea5aaebaf540e83c8da53f49.tar.gz
historical-30eed69d7dd7d65cea5aaebaf540e83c8da53f49.tar.bz2
historical-30eed69d7dd7d65cea5aaebaf540e83c8da53f49.zip
added nodoc noman noinfo to default FEATURES for all uclibc arches
Diffstat (limited to 'profiles/uclibc/mips')
-rw-r--r--profiles/uclibc/mips/make.defaults35
1 files changed, 33 insertions, 2 deletions
diff --git a/profiles/uclibc/mips/make.defaults b/profiles/uclibc/mips/make.defaults
index eeab49acf065..111c5678c242 100644
--- a/profiles/uclibc/mips/make.defaults
+++ b/profiles/uclibc/mips/make.defaults
@@ -5,5 +5,36 @@ ARCH="mips"
COMPILER="gcc3"
ACCEPT_KEYWORDS="mips"
-FEATURES="sandbox sfperms strict"
-#FEATURES="sandbox sfperms strict userpriv usersandbox"
+#
+# 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"
+#FEATURES="${FEATURES} userpriv usersandbox"