mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 01:19:23 +01:00
9 lines
361 B
Plaintext
9 lines
361 B
Plaintext
# Only let child processes to be debugged
|
|
# https://www.kernel.org/doc/html/latest/admin-guide/LSM/Yama.html
|
|
#kernel.yama.ptrace_scope = 1
|
|
# Only processes with CAP_SYS_PTRACE capability are allowed unless children
|
|
# call PTRACE_TRACEME.
|
|
kernel.yama.ptrace_scope = 2
|
|
# Disable debuggers entirely. Cannot be unset [without reboot].
|
|
#kernel.yama.ptrace_scope = 3
|