You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prctl(PR_SET_PTRACER, -1) is effective when Yama is enabled and /proc/sys/kernel/yama/ptrace_scope=1 is set. However, PR_SET_PTRACER_ANY=-1 allows all processes to debug the current process. Doesn't this contradict security hardening?