qrexec_daemon child should notify the parent.
This commit is contained in:
parent
50252ec64e
commit
27c8b05792
@ -95,6 +95,7 @@ void init(int xid)
|
||||
setuid(getuid());
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
signal(SIGUSR1, SIG_DFL);
|
||||
kill(getppid(), SIGUSR1);
|
||||
}
|
||||
|
||||
void handle_new_client()
|
||||
|
Loading…
Reference in New Issue
Block a user