Re: [PATCH 2/2] audit: log namespace serial numbers

2014-05-01 Thread Serge E. Hallyn
Quoting Richard Guy Briggs (r...@redhat.com): > Log the namespace details of a task. > > Signed-off-by: Richard Guy Briggs Acked-by: Serge Hallyn Looks good, and does look useful. We'll certainly want to also dump netns and userns for some target objects eventually. > --- >

Re: [PATCH 2/2] audit: log namespace serial numbers

2014-05-01 Thread Serge E. Hallyn
Quoting Richard Guy Briggs (r...@redhat.com): Log the namespace details of a task. Signed-off-by: Richard Guy Briggs r...@redhat.com Acked-by: Serge Hallyn serge.hal...@canonical.com Looks good, and does look useful. We'll certainly want to also dump netns and userns for some target objects

[PATCH 2/2] audit: log namespace serial numbers

2014-04-22 Thread Richard Guy Briggs
Log the namespace details of a task. Signed-off-by: Richard Guy Briggs --- include/linux/audit.h |7 +++ kernel/audit.c| 38 ++ 2 files changed, 45 insertions(+), 0 deletions(-) diff --git a/include/linux/audit.h b/include/linux/audit.h

[PATCH 2/2] audit: log namespace serial numbers

2014-04-22 Thread Richard Guy Briggs
Log the namespace details of a task. Signed-off-by: Richard Guy Briggs r...@redhat.com --- include/linux/audit.h |7 +++ kernel/audit.c| 38 ++ 2 files changed, 45 insertions(+), 0 deletions(-) diff --git a/include/linux/audit.h