mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
Mikaela Suomalainen
61ad1e935b
I cannot remember when I last needed it and this makes Edgium about:sandbox happy
6 lines
197 B
Plaintext
6 lines
197 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
|
|
# Disable debuggers entirely
|
|
kernel.yama.ptrace_scope = 3
|