Re: [RFC PATCH ghak90 (was ghak32) V3 03/10] audit: add containerid support for ptrace and signals

2018-07-20 Thread Paul Moore
On Wed, Jun 6, 2018 at 1:01 PM Richard Guy Briggs wrote: > Add audit container identifier support to ptrace and signals. In > particular, the "op" field provides a way to label the auxiliary record > to which it is associated. > > Signed-off-by: Richard Guy Briggs > --- > include/linux/audit.h

[RFC PATCH ghak90 (was ghak32) V3 03/10] audit: add containerid support for ptrace and signals

2018-06-06 Thread Richard Guy Briggs
Add audit container identifier support to ptrace and signals. In particular, the "op" field provides a way to label the auxiliary record to which it is associated. Signed-off-by: Richard Guy Briggs --- include/linux/audit.h | 11 +-- kernel/audit.c| 13 +++--