diff options
-rw-r--r-- | man/make.conf.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 86eb0ecf3..72844807f 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -240,6 +240,10 @@ Run package\-specific tests during each merge to help make sure the package compiled properly. See \fItest\fR in \fBebuild\fR(1) and \fIsrc_test()\fR in \fBebuild\fR(5). .TP +.B userfetch +When portage is run as root, drop privileges to portage:portage during the +fetching of package sources. +.TP .B userpriv Allow portage to drop root privledges and compile packages as portage:portage without a sandbox (unless \fIusersandbox\fR is also used). |