mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
4b7ebab863
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
6 lines
317 B
Text
6 lines
317 B
Text
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.
|