sys: fix typo in prctl() error message
This commit is contained in:
parent
1a795b04ee
commit
9f16445464
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ SYS_Linux_DropRoot(char *user)
|
|||
}
|
||||
|
||||
if (prctl(PR_SET_KEEPCAPS, 1)) {
|
||||
LOG_FATAL(LOGF_SysLinux, "prcap() failed");
|
||||
LOG_FATAL(LOGF_SysLinux, "prctl() failed");
|
||||
}
|
||||
|
||||
if (setgroups(0, NULL)) {
|
||||
|
|
Loading…
Reference in a new issue