| Current Path : /usr/share/systemtap/examples/security-band-aids/ |
| Current File : //usr/share/systemtap/examples/security-band-aids/cve-2008-0600.stp |
probe syscall.vmsplice {
printf("blocking vmsplice (%s) uid %d pid %d exec %s\n",
argstr, uid(), pid(), execname())
$nr_segs = 0
}