mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
busybox's chpst first switches user/group and then tries to call nice(). Once the root priviledges are dropped, process priority can only be lowered. So negative nice values don't work anymore. Upstream version of chpst correctly calls nice() before switching user. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |
||
|---|---|---|
| .. | ||
| chpst.c | ||
| Config.src | ||
| Kbuild.src | ||
| runit_lib.h | ||
| runsv.c | ||
| runsvdir.c | ||
| sv.c | ||
| svlogd.c | ||