pluto: Fixed usage of prctl.

This commit is contained in:
Tobias Brunner 2011-10-14 15:13:00 +02:00
parent 926ed7d647
commit e45fb76b60
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ int main(int argc, char **argv)
whack_attribute_initialize();
/* drop unneeded capabilities and change UID/GID */
prctl(PR_SET_KEEPCAPS, 1);
prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
#ifdef IPSEC_GROUP
{