On Fri, 11 Oct 2019 11:20:30 -0700 Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > Willing to do that instead? Honestly, what you described was my preferred solution ;-) I just didn't want to upset the lockdown crowd if a new tracefs file was opened without doing this. Once locked down is set, can it ever be undone without rebooting? If not, a lockdown call could also trigger setting tracing_disabled to 1. Which is much stronger, as that was the code we added to kill tracing if anything abnormal was detected (and it does a hard shutdown of all the tracing utilities). It's set to one on bootup and cleared, after tracing is initialized. But it is never cleared again. If lockdown can be enabled at bootup, we could simply not clear it, and we can have something to allow lockdown to set it as well. Currently, the only places tracing_disabled gets set is in the self tests and if the ring buffer gets corrupted. -- Steve