>* Nicolas Williams <Nicolas.Williams at sun.com> [2009-01-21 00:14]: >> Perhaps we need a new system call, or proc(4) extension, or perhaps we >> could use proc(4) as is, via the agent LWP (to open the new logfile in >> each victim process and dup2() it into place as fildes 1 and 2). > > There's an old /proc-based tool in someone's home directory that does > this; I've asked that someone to see if we can examine the source.
Argh. (We really should not create tools which change attributes through the agent LWP; and those we have should be scrapped) Casper