[RFC][PATCH] Lock down ftrace
From: dhowells@redhat.com (David Howells)
Date: 2017-11-09 21:54:23
Also in:
lkml
From: dhowells@redhat.com (David Howells)
Date: 2017-11-09 21:54:23
Also in:
lkml
Steven Rostedt [off-list ref] wrote:
Actually, I see it being enabled with DYNAMIC_FTRACE not set. Calling into sysctl and enabling ftrace_enable, will allow the ftrace_trace_function to be set to something other than ftrace_stub again, allowing for static function tracing to run too.
Hmmm... Okay, I'm not sure what the sysctl achieves in non-dynamic mode. Some of the functions used by ftrace_enable_sysctl() are stubbed out in that case. I was thinking that was stubbed out also, but apparently not. Anyway, ftrace_enable_sysctl() is also prohibited in lockdown mode. David -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html