diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-09-12 09:56:50 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-12 23:08:54 -0500 |
commit | 4b7ebab8631e4e8efaca84524a75059f78bb040b (patch) | |
tree | 72186600e9a8da67846ce24d91bc81880dad2ff6 /libraries/python-prctl/README | |
parent | 7e63f6caf2f25fd41760ba3795be33b596142a27 (diff) |
libraries/python-prctl: Added (python wrapper for prctl and libcap)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/python-prctl/README')
-rw-r--r-- | libraries/python-prctl/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/python-prctl/README b/libraries/python-prctl/README new file mode 100644 index 000000000000..34b846b61b20 --- /dev/null +++ b/libraries/python-prctl/README @@ -0,0 +1,6 @@ +The linux prctl function allows you to control specific characteristics of +a process' behaviour. This module provides a nice non-messy python(ic) +interface to prctl(2). + +Besides prctl, this library also wraps libcap for complete capabilities(7) +handling and allows you to set the process name as seen in ps and top. |