Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 +MMDF+MULTI+2.11; site wcwvax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!mcvax!ukc!qtlon!wcwvax!ruth From: ruth@wcwvax.UUCP (Ruth Moulton) Newsgroups: net.bugs.4bsd Subject: sending SIGCONT to suid root child processes Message-ID: <254@wcwvax.UUCP> Date: Tue, 7-May-85 21:07:42 EDT Article-I.D.: wcwvax.254 Posted: Tue May 7 21:07:42 1985 Date-Received: Fri, 10-May-85 23:58:13 EDT Organization: Whitechapel Computer Works, London Lines: 17 Subject: sending SIGCONT to suid root child process Newsgroups: net.bugs.4bsd Distribution: net.unix Has anyone come accross this problem I am experiencing?: I have a process which spawns a child which executes a set uid to root process. The parent wishes to signal the child to tell it when to exit, so following the manual page kill(2) in the 4.2 manual, I try to send SIGCONT. However the child does not receive the signal. I know there are ways round this, like having the parent suid root too, but for various reasons I would like to have it work like it says in the book... (p.s. - an apology - I sent the start of this item last week by mistake!)