Re: [PATCH v3 1/7] kprobes: Make blacklist root user read only

2018-04-27 Thread Masami Hiramatsu
On Fri, 27 Apr 2018 09:04:12 +0200 Ingo Molnar wrote: > > * Masami Hiramatsu wrote: > > > Since the blacklist file indicates a sensitive address > > information to reader, it should be restricted to the > > root user. > > > > Suggested-by: Thomas Richter > > Signed-off-by: Masami Hiramatsu

Re: [PATCH v3 1/7] kprobes: Make blacklist root user read only

2018-04-27 Thread Masami Hiramatsu
On Fri, 27 Apr 2018 08:56:11 +0200 Greg KH wrote: > On Fri, Apr 27, 2018 at 03:40:09PM +0900, Masami Hiramatsu wrote: > > Since the blacklist file indicates a sensitive address > > information to reader, it should be restricted to the > > root user. > > > > Suggested-by: Thomas Richter > > Sign

Re: [PATCH v3 1/7] kprobes: Make blacklist root user read only

2018-04-27 Thread Ingo Molnar
* Masami Hiramatsu wrote: > Since the blacklist file indicates a sensitive address > information to reader, it should be restricted to the > root user. > > Suggested-by: Thomas Richter > Signed-off-by: Masami Hiramatsu > --- > kernel/kprobes.c |2 +- > 1 file changed, 1 insertion(+), 1 d

Re: [PATCH v3 1/7] kprobes: Make blacklist root user read only

2018-04-26 Thread Greg KH
On Fri, Apr 27, 2018 at 03:40:09PM +0900, Masami Hiramatsu wrote: > Since the blacklist file indicates a sensitive address > information to reader, it should be restricted to the > root user. > > Suggested-by: Thomas Richter > Signed-off-by: Masami Hiramatsu > --- > kernel/kprobes.c |2 +- >

[PATCH v3 1/7] kprobes: Make blacklist root user read only

2018-04-26 Thread Masami Hiramatsu
Since the blacklist file indicates a sensitive address information to reader, it should be restricted to the root user. Suggested-by: Thomas Richter Signed-off-by: Masami Hiramatsu --- kernel/kprobes.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/kprobes.c b/ker