sysctl: Actually arm YAMA

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2022-06-20 20:10:47 +00:00
parent 2c38893da4
commit f62b488f82

View File

@@ -108,3 +108,6 @@ kernel.core_uses_pid = 1
# Block non-uid-0 profiling
kernel.perf_event_paranoid = 3
# Deny any ptrace use as there is no legitimate use-case for it on IPFire
kernel.yama.ptrace_scope = 3