]> sourceware.org Git - systemtap.git/commitdiff
noptrace: add a bit of blurbage
authorFrank Ch. Eigler <fche@elastic.org>
Sat, 19 Jun 2010 11:18:58 +0000 (07:18 -0400)
committerFrank Ch. Eigler <fche@elastic.org>
Sat, 19 Jun 2010 11:18:58 +0000 (07:18 -0400)
testsuite/systemtap.examples/process/noptrace.stp

index 173c23d70fcb3fd3d82ac017f730d8fd4615044f..84ac08b0d1952428e6e6558201367ab1580e6299 100755 (executable)
@@ -1,5 +1,10 @@
 #! /bin/sh
 
+# Disable ptrace(2) on a dynamic list of processes, by rewriting the
+# incoming arguments on an attempted ptrace(2) syscall.  The list of
+# processes is enlarged upon fork(), shrunken by exit(), and may be
+# edited interactively with a set of /proc files.
+
 # note use of guru mode, to enable changing of syscall arguments
 //bin/true && exec stap -g $0 ${1+"$@"}
 
This page took 0.028445 seconds and 5 git commands to generate.