We use os.fork() but don't exec or clear the SIGTERM handler. This is
rather dangerous, as the autoserv SIGTERM handler kills the entire
process group. Normally this code is never called from anywhere that
the handler isn't already cleared anyway, but just to be safe clear
it here as well.

Risk: Low
Visibility: Killing a tee can't kill the entire process group.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2165 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed