Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!tektronix!ogcvax!omsvax!hplabs!sri-unix!ron@brl-vgr From: ron%brl-vgr@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Re: Protecting games Message-ID: <12092@sri-arpa.UUCP> Date: Tue, 27-Sep-83 17:12:51 EDT Article-I.D.: sri-arpa.12092 Posted: Tue Sep 27 17:12:51 1983 Date-Received: Fri, 30-Sep-83 02:08:44 EDT Lines: 9 From: Ron Natalie The problem with doing the setuid back before doing the exec is that then the program no longer has permission to exec the program so it will always fail. What the original submitter wnated was a "check the permissions to see if it's OK to exec, then setuid back" version of exec. -Ron