Re: [PATCH 1/2] security: lsm_audit: add ioctl specific auditing

2015-05-20 Thread Steve Grubb
On Wednesday, May 20, 2015 04:22:24 PM Stephen Smalley wrote: > On 05/20/2015 04:21 PM, Steve Grubb wrote: > > On Wednesday, May 20, 2015 04:06:55 PM Paul Moore wrote: > >> On Thursday, April 09, 2015 02:49:31 PM Jeff Vander Stoep wrote: > >>> Add information about ioctl calls to the LSM audit data

Re: [PATCH 1/2] security: lsm_audit: add ioctl specific auditing

2015-05-20 Thread Stephen Smalley
On 05/20/2015 04:21 PM, Steve Grubb wrote: > On Wednesday, May 20, 2015 04:06:55 PM Paul Moore wrote: >> On Thursday, April 09, 2015 02:49:31 PM Jeff Vander Stoep wrote: >>> Add information about ioctl calls to the LSM audit data. Log the >>> file path and command number. >>> >>> Signed-off-by: Jef

Re: [PATCH 1/2] security: lsm_audit: add ioctl specific auditing

2015-05-20 Thread Steve Grubb
On Wednesday, May 20, 2015 04:06:55 PM Paul Moore wrote: > On Thursday, April 09, 2015 02:49:31 PM Jeff Vander Stoep wrote: > > Add information about ioctl calls to the LSM audit data. Log the > > file path and command number. > > > > Signed-off-by: Jeff Vander Stoep > > --- > > > > include/lin

Re: [PATCH 1/2] security: lsm_audit: add ioctl specific auditing

2015-05-20 Thread Paul Moore
On Thursday, April 09, 2015 02:49:31 PM Jeff Vander Stoep wrote: > Add information about ioctl calls to the LSM audit data. Log the > file path and command number. > > Signed-off-by: Jeff Vander Stoep > --- > include/linux/lsm_audit.h | 7 +++ > security/lsm_audit.c | 15 +++