diff options
Diffstat (limited to 'dev/c/debugging.html')
-rw-r--r-- | dev/c/debugging.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/c/debugging.html b/dev/c/debugging.html index e721d07..2128911 100644 --- a/dev/c/debugging.html +++ b/dev/c/debugging.html @@ -9,7 +9,7 @@ <h1>Debugging</h1> - <p>Check if the system have restrictions to attach to other processes or other hardening measures, check <a href=../../core/sysctl.html>sysctl settings</a> such as; kernel.yama.ptrace_scope;</p> + <p>Check if the system have restrictions to attach to other processes or other hardening measures, check <a href=../../linux/sysctl.html>sysctl settings</a> such as; kernel.yama.ptrace_scope;</p> <dl> <dt>kernel.yama.ptrace_scope=0</dt> |