pluto: Fixed usage of prctl.

This commit is contained in:
Tobias Brunner
2011-10-14 17:36:20 +02:00
parent 926ed7d647
commit e45fb76b60
+1 -1
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
{