Re: [PATCH] audit: log module name on delete_module

2017-03-09 Thread Paul Moore
On Thu, Mar 9, 2017 at 9:49 AM, Miroslav Benes wrote: > On Thu, 9 Mar 2017, Richard Guy Briggs wrote: > >> Record the module name of a delete_module call. >> >> See: https://github.com/linux-audit/audit-kernel/issues/37 >> >> Signed-off-by: Richard Guy Briggs > >

Re: [PATCH] audit: log module name on delete_module

2017-03-09 Thread Paul Moore
On Thu, Mar 9, 2017 at 9:49 AM, Miroslav Benes wrote: > On Thu, 9 Mar 2017, Richard Guy Briggs wrote: > >> Record the module name of a delete_module call. >> >> See: https://github.com/linux-audit/audit-kernel/issues/37 >> >> Signed-off-by: Richard Guy Briggs > > Could you improve the changelog,

Re: [PATCH] audit: log module name on delete_module

2017-03-09 Thread Richard Guy Briggs
On 2017-03-09 16:15, peter enderborg wrote: > On 03/09/2017 03:08 PM, Richard Guy Briggs wrote: > > Record the module name of a delete_module call. > > > > See: https://github.com/linux-audit/audit-kernel/issues/37 > > > > Signed-off-by: Richard Guy Briggs > > --- > >

Re: [PATCH] audit: log module name on delete_module

2017-03-09 Thread Richard Guy Briggs
On 2017-03-09 16:15, peter enderborg wrote: > On 03/09/2017 03:08 PM, Richard Guy Briggs wrote: > > Record the module name of a delete_module call. > > > > See: https://github.com/linux-audit/audit-kernel/issues/37 > > > > Signed-off-by: Richard Guy Briggs > > --- > > kernel/module.c |2 ++ >

Re: [PATCH] audit: log module name on delete_module

2017-03-09 Thread peter enderborg
On 03/09/2017 03:08 PM, Richard Guy Briggs wrote: > Record the module name of a delete_module call. > > See: https://github.com/linux-audit/audit-kernel/issues/37 > > Signed-off-by: Richard Guy Briggs > --- > kernel/module.c |2 ++ > 1 files changed, 2 insertions(+), 0

Re: [PATCH] audit: log module name on delete_module

2017-03-09 Thread peter enderborg
On 03/09/2017 03:08 PM, Richard Guy Briggs wrote: > Record the module name of a delete_module call. > > See: https://github.com/linux-audit/audit-kernel/issues/37 > > Signed-off-by: Richard Guy Briggs > --- > kernel/module.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff

Re: [PATCH] audit: log module name on delete_module

2017-03-09 Thread Miroslav Benes
On Thu, 9 Mar 2017, Richard Guy Briggs wrote: > Record the module name of a delete_module call. > > See: https://github.com/linux-audit/audit-kernel/issues/37 > > Signed-off-by: Richard Guy Briggs Could you improve the changelog, please? I don't think that a link to a github

Re: [PATCH] audit: log module name on delete_module

2017-03-09 Thread Miroslav Benes
On Thu, 9 Mar 2017, Richard Guy Briggs wrote: > Record the module name of a delete_module call. > > See: https://github.com/linux-audit/audit-kernel/issues/37 > > Signed-off-by: Richard Guy Briggs Could you improve the changelog, please? I don't think that a link to a github issue can and

[PATCH] audit: log module name on delete_module

2017-03-09 Thread Richard Guy Briggs
Record the module name of a delete_module call. See: https://github.com/linux-audit/audit-kernel/issues/37 Signed-off-by: Richard Guy Briggs --- kernel/module.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kernel/module.c b/kernel/module.c index

[PATCH] audit: log module name on delete_module

2017-03-09 Thread Richard Guy Briggs
Record the module name of a delete_module call. See: https://github.com/linux-audit/audit-kernel/issues/37 Signed-off-by: Richard Guy Briggs --- kernel/module.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kernel/module.c b/kernel/module.c index 5432dbe..633f6da