Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-04-05 Thread Neil Horman
On Thu, Apr 04, 2019 at 05:40:06PM -0400, Richard Guy Briggs wrote: > On 2019-04-02 07:31, Neil Horman wrote: > > On Mon, Apr 01, 2019 at 10:50:03AM -0400, Paul Moore wrote: > > > On Fri, Mar 15, 2019 at 2:35 PM Richard Guy Briggs > > > wrote: > > > > Audit events could happen in a network

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-04-04 Thread Paul Moore
On Thu, Apr 4, 2019 at 5:40 PM Richard Guy Briggs wrote: > On 2019-04-02 07:31, Neil Horman wrote: > > On Mon, Apr 01, 2019 at 10:50:03AM -0400, Paul Moore wrote: > > > On Fri, Mar 15, 2019 at 2:35 PM Richard Guy Briggs > > > wrote: > > > > Audit events could happen in a network namespace

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-04-04 Thread Richard Guy Briggs
On 2019-04-02 07:31, Neil Horman wrote: > On Mon, Apr 01, 2019 at 10:50:03AM -0400, Paul Moore wrote: > > On Fri, Mar 15, 2019 at 2:35 PM Richard Guy Briggs wrote: > > > Audit events could happen in a network namespace outside of a task > > > context due to packets received from the net that

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-04-02 Thread Neil Horman
On Tue, Apr 02, 2019 at 09:31:49AM -0400, Paul Moore wrote: > On Tue, Apr 2, 2019 at 7:32 AM Neil Horman wrote: > > On Mon, Apr 01, 2019 at 10:50:03AM -0400, Paul Moore wrote: > > > On Fri, Mar 15, 2019 at 2:35 PM Richard Guy Briggs > > > wrote: > > > > Audit events could happen in a network

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-04-02 Thread Paul Moore
On Tue, Apr 2, 2019 at 7:32 AM Neil Horman wrote: > On Mon, Apr 01, 2019 at 10:50:03AM -0400, Paul Moore wrote: > > On Fri, Mar 15, 2019 at 2:35 PM Richard Guy Briggs wrote: > > > Audit events could happen in a network namespace outside of a task > > > context due to packets received from the

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-04-02 Thread Neil Horman
On Mon, Apr 01, 2019 at 10:50:03AM -0400, Paul Moore wrote: > On Fri, Mar 15, 2019 at 2:35 PM Richard Guy Briggs wrote: > > Audit events could happen in a network namespace outside of a task > > context due to packets received from the net that trigger an auditing > > rule prior to being

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-04-01 Thread Richard Guy Briggs
On 2019-04-01 10:50, Paul Moore wrote: > On Fri, Mar 15, 2019 at 2:35 PM Richard Guy Briggs wrote: > > Audit events could happen in a network namespace outside of a task > > context due to packets received from the net that trigger an auditing > > rule prior to being associated with a running

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-04-01 Thread Paul Moore
On Fri, Mar 15, 2019 at 2:35 PM Richard Guy Briggs wrote: > Audit events could happen in a network namespace outside of a task > context due to packets received from the net that trigger an auditing > rule prior to being associated with a running task. The network > namespace could be in use by

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-04-01 Thread Neil Horman
On Thu, Mar 28, 2019 at 06:00:21PM -0400, Paul Moore wrote: > On Thu, Mar 28, 2019 at 5:40 PM Richard Guy Briggs wrote: > > On 2019-03-28 11:46, Paul Moore wrote: > > > On Wed, Mar 27, 2019 at 9:12 PM Richard Guy Briggs > > > wrote: > > > > > > > > On 2019-03-27 23:42, Ondrej Mosnacek wrote: >

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-03-29 Thread Neil Horman
On Wed, Mar 27, 2019 at 09:12:02PM -0400, Richard Guy Briggs wrote: > On 2019-03-27 23:42, Ondrej Mosnacek wrote: > > On Fri, Mar 15, 2019 at 7:35 PM Richard Guy Briggs wrote: > > > Audit events could happen in a network namespace outside of a task > > > context due to packets received from the

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-03-29 Thread Neil Horman
On Thu, Mar 28, 2019 at 05:40:23PM -0400, Richard Guy Briggs wrote: > On 2019-03-28 11:46, Paul Moore wrote: > > On Wed, Mar 27, 2019 at 9:12 PM Richard Guy Briggs wrote: > > > > > > On 2019-03-27 23:42, Ondrej Mosnacek wrote: > > > > On Fri, Mar 15, 2019 at 7:35 PM Richard Guy Briggs > > > >

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-03-28 Thread Paul Moore
On Thu, Mar 28, 2019 at 5:40 PM Richard Guy Briggs wrote: > On 2019-03-28 11:46, Paul Moore wrote: > > On Wed, Mar 27, 2019 at 9:12 PM Richard Guy Briggs wrote: > > > > > > On 2019-03-27 23:42, Ondrej Mosnacek wrote: > > > > On Fri, Mar 15, 2019 at 7:35 PM Richard Guy Briggs > > > > wrote: > >

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-03-28 Thread Richard Guy Briggs
On 2019-03-28 11:46, Paul Moore wrote: > On Wed, Mar 27, 2019 at 9:12 PM Richard Guy Briggs wrote: > > > > On 2019-03-27 23:42, Ondrej Mosnacek wrote: > > > On Fri, Mar 15, 2019 at 7:35 PM Richard Guy Briggs > > > wrote: > > > > Audit events could happen in a network namespace outside of a task

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-03-28 Thread Paul Moore
On Wed, Mar 27, 2019 at 9:12 PM Richard Guy Briggs wrote: > > On 2019-03-27 23:42, Ondrej Mosnacek wrote: > > On Fri, Mar 15, 2019 at 7:35 PM Richard Guy Briggs wrote: > > > Audit events could happen in a network namespace outside of a task > > > context due to packets received from the net that

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-03-28 Thread Ondrej Mosnacek
On Thu, Mar 28, 2019 at 2:12 AM Richard Guy Briggs wrote: > On 2019-03-27 23:42, Ondrej Mosnacek wrote: > > On Fri, Mar 15, 2019 at 7:35 PM Richard Guy Briggs wrote: > > > Audit events could happen in a network namespace outside of a task > > > context due to packets received from the net that

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-03-27 Thread Richard Guy Briggs
On 2019-03-27 23:42, Ondrej Mosnacek wrote: > On Fri, Mar 15, 2019 at 7:35 PM Richard Guy Briggs wrote: > > Audit events could happen in a network namespace outside of a task > > context due to packets received from the net that trigger an auditing > > rule prior to being associated with a

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-03-27 Thread Ondrej Mosnacek
On Fri, Mar 15, 2019 at 7:35 PM Richard Guy Briggs wrote: > Audit events could happen in a network namespace outside of a task > context due to packets received from the net that trigger an auditing > rule prior to being associated with a running task. The network > namespace could be in use by

Re: [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

2019-03-18 Thread Neil Horman
On Fri, Mar 15, 2019 at 02:29:57PM -0400, Richard Guy Briggs wrote: > Audit events could happen in a network namespace outside of a task > context due to packets received from the net that trigger an auditing > rule prior to being associated with a running task. The network > namespace could be