Re: [PATCH ghak90 V5 02/10] audit: add container id

2019-03-27 Thread Richard Guy Briggs
On 2019-03-27 21:38, Ondrej Mosnacek wrote: > On Fri, Mar 15, 2019 at 7:33 PM Richard Guy Briggs wrote: > > Implement the proc fs write to set the audit container identifier of a > > process, emitting an AUDIT_CONTAINER_OP record to document the event. > > > > This is a write from the container or

Re: [PATCH ghak90 V5 02/10] audit: add container id

2019-03-27 Thread Ondrej Mosnacek
On Fri, Mar 15, 2019 at 7:33 PM Richard Guy Briggs wrote: > Implement the proc fs write to set the audit container identifier of a > process, emitting an AUDIT_CONTAINER_OP record to document the event. > > This is a write from the container orchestrator task to a proc entry of > the form /proc/PI

Re: [PATCH ghak90 V5 02/10] audit: add container id

2019-03-17 Thread Neil Horman
On Fri, Mar 15, 2019 at 02:29:50PM -0400, Richard Guy Briggs wrote: > Implement the proc fs write to set the audit container identifier of a > process, emitting an AUDIT_CONTAINER_OP record to document the event. > > This is a write from the container orchestrator task to a proc entry of > the for

[PATCH ghak90 V5 02/10] audit: add container id

2019-03-15 Thread Richard Guy Briggs
Implement the proc fs write to set the audit container identifier of a process, emitting an AUDIT_CONTAINER_OP 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 created