etc/sysctl.d: add kernel.yama.ptrace_scope = 1

This commit is contained in:
Aminda Suomalainen 2020-02-12 22:36:17 +02:00
parent 3e325cca03
commit 60899ca667
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Only let debugging child processes
# https://www.kernel.org/doc/html/latest/admin-guide/LSM/Yama.html
kernel.yama.ptrace_scope = 1

View File

@ -21,3 +21,7 @@ net.ipv6.conf.all.use_tempaddr=2
## Enable the Magic SysRq key
## https://en.wikipedia.org/wiki/Magic_SysRq_key
kernel.sysrq = 1
# Only let debugging child processes
# https://www.kernel.org/doc/html/latest/admin-guide/LSM/Yama.html
kernel.yama.ptrace_scope = 1