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

2019-05-30 Thread Paul Moore
On Thu, May 30, 2019 at 10:16 AM Richard Guy Briggs wrote: > > On 2019-05-29 18:17, Paul Moore wrote: > > On Mon, Apr 8, 2019 at 11:41 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 tha

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

2019-05-30 Thread Richard Guy Briggs
On 2019-05-29 18:17, Paul Moore wrote: > On Mon, Apr 8, 2019 at 11:41 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 V6 09/10] audit: add support for containerid to network namespaces

2019-05-29 Thread Paul Moore
On Mon, Apr 8, 2019 at 11:41 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

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

2019-04-08 Thread Richard Guy Briggs
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 multiple containers by association to the tasks in that network name