Re: tracefs splats in lockdown=confidentiality mode
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2019-12-02 23:54:30
Also in:
linux-security-module, lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2019-12-02 23:54:30
Also in:
linux-security-module, lkml
On Mon, 2 Dec 2019 15:31:52 -0800 Matthew Garrett [off-list ref] wrote:
On Fri, Nov 1, 2019 at 2:08 PM dann frazier [off-list ref] wrote:quoted
[ 1.763630] Lockdown: swapper/0: use of tracefs is restricted; see man kernel_lockdown.7This is expected.quoted
[ 2.913934] ------------[ cut here ]------------ [ 2.918435] Could not register function stat for cpu 0 [ 2.923717] WARNING: CPU: 1 PID: 1 at kernel/trace/ftrace.c:987 ftrace_init_tracefs_toplevel+0x168/0x1bcThis is not. I'll look into it.
I think it has to do with ftrace triggering WARN_ON() if it fails to create files. We don't want this to happen if it fails because of lockdown. I'm already looking into it. Thanks! -- Steve