Re: [PATCH] audit: listen in all network namespaces

2013-12-19 Thread Gao feng
On 12/20/2013 11:11 AM, Eric Paris wrote: > On Fri, 2013-12-20 at 10:46 +0800, Gao feng wrote: >> On 12/20/2013 02:40 AM, Eric Paris wrote: >>> On Thu, 2013-12-19 at 11:59 +0800, Gao feng wrote: On 07/17/2013 04:32 AM, Richard Guy Briggs wrote: > we have to store audit_sock into aud

Re: [PATCH] audit: listen in all network namespaces

2013-12-19 Thread Eric Paris
On Fri, 2013-12-20 at 10:46 +0800, Gao feng wrote: > On 12/20/2013 02:40 AM, Eric Paris wrote: > > On Thu, 2013-12-19 at 11:59 +0800, Gao feng wrote: > >> On 07/17/2013 04:32 AM, Richard Guy Briggs wrote: > >> we have to store audit_sock > >> into auditns(auditns will be passed to kauditd_send_skb

Re: [PATCH] audit: listen in all network namespaces

2013-12-19 Thread Gao feng
On 12/20/2013 02:40 AM, Eric Paris wrote: > On Thu, 2013-12-19 at 11:59 +0800, Gao feng wrote: >> On 07/17/2013 04:32 AM, Richard Guy Briggs wrote: >>> Convert audit from only listening in init_net to use >>> register_pernet_subsys() >>> to dynamically manage the netlink socket list. >>> >>> Signe

Re: [PATCH] audit: listen in all network namespaces

2013-12-19 Thread Gao feng
On 12/20/2013 02:40 AM, Eric Paris wrote: > On Thu, 2013-12-19 at 11:59 +0800, Gao feng wrote: >> On 07/17/2013 04:32 AM, Richard Guy Briggs wrote: >>> Convert audit from only listening in init_net to use >>> register_pernet_subsys() >>> to dynamically manage the netlink socket list. >>> >>> Signe

Re: [PATCH] audit: listen in all network namespaces

2013-12-19 Thread Eric Paris
On Thu, 2013-12-19 at 11:59 +0800, Gao feng wrote: > On 07/17/2013 04:32 AM, Richard Guy Briggs wrote: > > Convert audit from only listening in init_net to use > > register_pernet_subsys() > > to dynamically manage the netlink socket list. > > > > Signed-off-by: Richard Guy Briggs > > --- > > I

Re: [PATCH] audit: listen in all network namespaces

2013-12-18 Thread Gao feng
On 07/17/2013 04:32 AM, Richard Guy Briggs wrote: > Convert audit from only listening in init_net to use register_pernet_subsys() > to dynamically manage the netlink socket list. > > Signed-off-by: Richard Guy Briggs > --- I think it's the time for us to discuss if we should revert this commit,