From: "Vladimir N. Oleynik" Date: Sun, 15 Jan 2006 14:55:48 +0000 (-0000) Subject: setgid and setuid have changes effective id too X-Git-Tag: 1_1_0~340 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0f9ae1a0d71b12a26d54c9cd25b78b6b884e9a05;p=oweals%2Fbusybox.git setgid and setuid have changes effective id too --- diff --git a/networking/fakeidentd.c b/networking/fakeidentd.c index 3d714fd7e..40d5cf1b7 100644 --- a/networking/fakeidentd.c +++ b/networking/fakeidentd.c @@ -184,9 +184,7 @@ static int godaemon(void) close(0); inetbind(); if (setgid(nogrp)) bb_error_msg_and_die("Could not setgid()"); - if (setegid(nogrp)) bb_error_msg_and_die("Could not setegid()"); if (setuid(nobody)) bb_error_msg_and_die("Could not setuid()"); - if (seteuid(nobody)) bb_error_msg_and_die("Could not seteuid()"); close(1); close(2);