From 9ef23a8e7d59c1cf094aefd1d19f7ae4179a37b9 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 15:20:00 +0000 Subject: (fshelp_exec_reauth): Provide new third arg to proc_setowner. --- libfshelp/exec-reauth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libfshelp/exec-reauth.c') diff --git a/libfshelp/exec-reauth.c b/libfshelp/exec-reauth.c index bbf8b618..e6009827 100644 --- a/libfshelp/exec-reauth.c +++ b/libfshelp/exec-reauth.c @@ -1,6 +1,6 @@ /* Setuid reauthentication for exec - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Miles Bader , from the original by Michael I. Bushnell p/BSG @@ -131,7 +131,7 @@ fshelp_exec_reauth (int suid, uid_t uid, int sgid, gid_t gid, exec_reauth (newauth, _secure, 0, ports, num_ports, fds, num_fds); if (eff_uids->num > 0) - proc_setowner (ports[INIT_PORT_PROC], eff_uids->ids[0]); + proc_setowner (ports[INIT_PORT_PROC], eff_uids->ids[0], 0); abandon_suid: if (eff_uids) -- cgit v1.2.3