Viewing File: /opt/rh/gcc-toolset-11/root/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
}
Back to Directory