Viewing File: /opt/rh/gcc-toolset-11/root/usr/share/systemtap/examples/security-band-aids/cve-2012-0056.stp

probe kernel.function("mem_write@fs/proc/base.c").call {
    $count = 0
}
Back to Directory