/* This one disables control of everything */ function untrace { procact = 0; fsact = 0; trace_off "all"; return 0; } on syscall untrace;