mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-07-03 04:37:20 +02:00
sysctl.d: loosen restricted ptrace for Steam (wayland?)
This commit is contained in:
parent
35cb7a8651
commit
e65e0634a2
@ -1,8 +1,8 @@
|
||||
# Only let child processes to be debugged
|
||||
# https://www.kernel.org/doc/html/latest/admin-guide/LSM/Yama.html
|
||||
#kernel.yama.ptrace_scope = 1
|
||||
kernel.yama.ptrace_scope = 1
|
||||
# Only processes with CAP_SYS_PTRACE capability are allowed unless children
|
||||
# call PTRACE_TRACEME.
|
||||
kernel.yama.ptrace_scope = 2
|
||||
#kernel.yama.ptrace_scope = 2
|
||||
# Disable debuggers entirely. Cannot be unset [without reboot].
|
||||
#kernel.yama.ptrace_scope = 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user