diff --git a/alpine/etc/sysctl.d/03-kspp.conf b/alpine/etc/sysctl.d/03-kspp.conf new file mode 100644 index 000000000..76c9e7a86 --- /dev/null +++ b/alpine/etc/sysctl.d/03-kspp.conf @@ -0,0 +1,2 @@ +kernel.perf_event_paranoid = 3 +kernel.yama.ptrace_scope = 1 \ No newline at end of file