Re: [PATCH] tracefs: Restrict tracefs when the kernel is locked down

2019-07-30 Thread Steven Rostedt
On Tue, 30 Jul 2019 11:47:34 -0700 Matthew Garrett wrote: > Tracefs may release more information about the kernel than desirable, so > restrict it when the kernel is locked down in confidentiality mode by > preventing open(). > > Signed-off-by: Matthew Garrett > Cc: Steven Rostedt

[PATCH] tracefs: Restrict tracefs when the kernel is locked down

2019-07-30 Thread Matthew Garrett
Tracefs may release more information about the kernel than desirable, so restrict it when the kernel is locked down in confidentiality mode by preventing open(). Signed-off-by: Matthew Garrett Cc: Steven Rostedt --- Added the iput() fs/tracefs/inode.c | 40