diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-05-23 03:23:41 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-05-23 03:23:41 +0000 |
commit | 3c0c619093cc39570a4b14dbbc22fbd030153fbd (patch) | |
tree | 2220fe04d90534acf9b6028eeec5f51b390db7f0 | |
parent | b7e72aef9fe5f60a10c0eea89794d9b30d677feb (diff) | |
download | portage-3c0c619093cc39570a4b14dbbc22fbd030153fbd.tar.gz portage-3c0c619093cc39570a4b14dbbc22fbd030153fbd.tar.bz2 portage-3c0c619093cc39570a4b14dbbc22fbd030153fbd.zip |
Document userfetch for bug #133975. Thanks to RiverRat for this patch.v2.1_rc2
svn path=/main/trunk/; revision=3392
-rw-r--r-- | cnf/make.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index aaccac04d..ab8e6aeea 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -274,6 +274,8 @@ # 'sandbox' enables sandboxing when running emerge and ebuild. # 'strict' causes portage to react strongly to conditions that are # potentially dangerous, like missing/incorrect Manifest files. +# 'userfetch' when portage is run as root, drop privileges to +# portage:portage during the fetching of package sources. # 'userpriv' allows portage to drop root privileges while it is compiling, # as a security measure. As a side effect this can remove # sandbox access violations for users. |