Remove calls to setuid and setgid
This commit is contained in:
@ -69,9 +69,6 @@
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
setuid(getuid());
|
||||
setgid(getgid());
|
||||
|
||||
setlocale(LC_ALL, "");
|
||||
bindtextdomain(PACKAGE, LOCALEDIR);
|
||||
textdomain(PACKAGE);
|
||||
|
Reference in New Issue
Block a user