changing UID/GID after startup of pluto/charon

added --with-uid/--with-gid configure option
This commit is contained in:
Martin Willi
2007-05-07 12:38:46 +00:00
parent a4a3884c83
commit 6874bf698c
16 changed files with 113 additions and 57 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ static void process_jobs(private_thread_pool_t *this)
(int)pthread_self());
/* drop threads capabilities, except CAP_NET_ADMIN */
charon->drop_capabilities(charon, TRUE, FALSE);
charon->drop_capabilities(charon, TRUE, TRUE, FALSE);
while (TRUE)
{