Re: [PATCH ghak90 V7 05/21] audit: log drop of contid on exit of last task

2019-10-25 Thread Richard Guy Briggs
On 2019-10-10 20:38, Paul Moore wrote: > On Wed, Sep 18, 2019 at 9:24 PM Richard Guy Briggs wrote: > > Since we are tracking the life of each audit container indentifier, we > > can match the creation event with the destruction event. Log the > > destruction of the audit container identifier when

Re: [PATCH ghak90 V7 05/21] audit: log drop of contid on exit of last task

2019-10-10 Thread Paul Moore
On Wed, Sep 18, 2019 at 9:24 PM Richard Guy Briggs wrote: > Since we are tracking the life of each audit container indentifier, we > can match the creation event with the destruction event. Log the > destruction of the audit container identifier when the last process in > that container exits. >

[PATCH ghak90 V7 05/21] audit: log drop of contid on exit of last task

2019-09-18 Thread Richard Guy Briggs
Since we are tracking the life of each audit container indentifier, we can match the creation event with the destruction event. Log the destruction of the audit container identifier when the last process in that container exits. Signed-off-by: Richard Guy Briggs --- kernel/audit.c | 32 ++