mirror of https://github.com/python/cpython.git
Elaborate on types and meaning of the setgroups arguments.
This commit is contained in:
parent
0eb1ed556b
commit
c405133fce
|
@ -205,8 +205,10 @@ Availability: \UNIX{}.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{setgroups}{groups}
|
\begin{funcdesc}{setgroups}{groups}
|
||||||
Set list of supplemental group ids associated with the current
|
Set the list of supplemental group ids associated with the current
|
||||||
process to \var{groups}.
|
process to \var{groups}. \var{groups} must be a sequence, and each
|
||||||
|
element must be an integer identifying a group. This operation is
|
||||||
|
typical available only to the superuser.
|
||||||
Availability: \UNIX{}.
|
Availability: \UNIX{}.
|
||||||
\versionadded{2.2}
|
\versionadded{2.2}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
Loading…
Reference in New Issue