=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.c,v retrieving revision 1.292 retrieving revision 1.293 diff -u -r1.292 -r1.293 --- src/usr.bin/ssh/readconf.c 2018/07/04 13:49:31 1.292 +++ src/usr.bin/ssh/readconf.c 2018/07/18 11:34:04 1.293 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.c,v 1.292 2018/07/04 13:49:31 djm Exp $ */ +/* $OpenBSD: readconf.c,v 1.293 2018/07/18 11:34:04 dtucker Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -482,9 +482,6 @@ /* Fork and execute the command. */ if ((pid = fork()) == 0) { char *argv[4]; - - /* Child. Permanently give up superuser privileges. */ - permanently_drop_suid(original_real_uid); /* Redirect child stdin and stdout. Leave stderr */ if (dup2(devnull, STDIN_FILENO) == -1)