Home | Trees | Indices | Help |
|
---|
|
object --+ | SimplePlugin --+ | DropPrivileges
Drop privileges. uid/gid arguments not available on Windows.
Special thanks to `Gavin Baker <http://antonym.org/2005/12/dropping-privileges-in-python.html>`_
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
uid The uid under which to run. |
|||
gid The gid under which to run. |
|||
umask The default permission mode for newly created files and directories. |
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
uidThe uid under which to run. Availability: Unix. |
gidThe gid under which to run. Availability: Unix. |
umaskThe default permission mode for newly created files and directories. Usually expressed in octal format, for example, ``0644``. Availability: Unix, Windows.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jan 13 06:16:22 2016 | http://epydoc.sourceforge.net |