Re: [RFC PATCH ghak90 (was ghak32) V3 01/10] audit: add container id

2018-07-30 Thread Richard Guy Briggs
On 2018-07-24 17:54, Paul Moore wrote: > On Tue, Jul 24, 2018 at 3:09 PM Richard Guy Briggs wrote: > > On 2018-07-20 18:13, Paul Moore wrote: > > > On Wed, Jun 6, 2018 at 1:00 PM Richard Guy Briggs wrote: > > > > Implement the proc fs write to set the audit container identifier of a > > > >

Re: [RFC PATCH ghak90 (was ghak32) V3 01/10] audit: add container id

2018-07-24 Thread Paul Moore
On Tue, Jul 24, 2018 at 3:09 PM Richard Guy Briggs wrote: > On 2018-07-20 18:13, Paul Moore wrote: > > On Wed, Jun 6, 2018 at 1:00 PM Richard Guy Briggs wrote: > > > Implement the proc fs write to set the audit container identifier of a > > > process, emitting an AUDIT_CONTAINER_ID record to

Re: [RFC PATCH ghak90 (was ghak32) V3 01/10] audit: add container id

2018-07-24 Thread Richard Guy Briggs
On 2018-07-20 18:13, Paul Moore wrote: > On Wed, Jun 6, 2018 at 1:00 PM Richard Guy Briggs wrote: > > Implement the proc fs write to set the audit container identifier of a > > process, emitting an AUDIT_CONTAINER_ID record to document the event. > > > > This is a write from the container

Re: [RFC PATCH ghak90 (was ghak32) V3 01/10] audit: add container id

2018-07-20 Thread Paul Moore
On Wed, Jun 6, 2018 at 1:00 PM Richard Guy Briggs wrote: > Implement the proc fs write to set the audit container identifier of a > process, emitting an AUDIT_CONTAINER_ID record to document the event. > > This is a write from the container orchestrator task to a proc entry of > the form

Re: [RFC PATCH ghak90 (was ghak32) V3 01/10] audit: add container id

2018-06-06 Thread Richard Guy Briggs
On 2018-06-06 13:56, Steve Grubb wrote: > On Wednesday, June 6, 2018 12:58:28 PM EDT Richard Guy Briggs wrote: > > Implement the proc fs write to set the audit container identifier of a > > process, emitting an AUDIT_CONTAINER_ID record to document the event. > > > > This is a write from the

Re: [RFC PATCH ghak90 (was ghak32) V3 01/10] audit: add container id

2018-06-06 Thread Steve Grubb
On Wednesday, June 6, 2018 12:58:28 PM EDT Richard Guy Briggs wrote: > Implement the proc fs write to set the audit container identifier of a > process, emitting an AUDIT_CONTAINER_ID record to document the event. > > This is a write from the container orchestrator task to a proc entry of > the

[RFC PATCH ghak90 (was ghak32) V3 01/10] audit: add container id

2018-06-06 Thread Richard Guy Briggs
Implement the proc fs write to set the audit container identifier of a process, emitting an AUDIT_CONTAINER_ID record to document the event. This is a write from the container orchestrator task to a proc entry of the form /proc/PID/audit_containerid where PID is the process ID of the newly