Re: [RFC PATCH 3/5] audit: enable filename recording via getname_kernel()

2015-01-14 Thread Richard Guy Briggs
On 15/01/08, Paul Moore wrote: > Enable recording of filenames in getname_kernel() and remove the > kludgy workaround in __audit_inode() now that we have proper filename > logging for kernel users. > > Signed-off-by: Paul Moore Reviewed-by: Richard Guy Briggs > --- > fs/namei.c |1

Re: [RFC PATCH 3/5] audit: enable filename recording via getname_kernel()

2015-01-14 Thread Richard Guy Briggs
On 15/01/08, Paul Moore wrote: Enable recording of filenames in getname_kernel() and remove the kludgy workaround in __audit_inode() now that we have proper filename logging for kernel users. Signed-off-by: Paul Moore pmo...@redhat.com Reviewed-by: Richard Guy Briggs r...@redhat.com ---

[RFC PATCH 3/5] audit: enable filename recording via getname_kernel()

2015-01-08 Thread Paul Moore
Enable recording of filenames in getname_kernel() and remove the kludgy workaround in __audit_inode() now that we have proper filename logging for kernel users. Signed-off-by: Paul Moore --- fs/namei.c |1 + kernel/auditsc.c | 40 +++- 2 files

[RFC PATCH 3/5] audit: enable filename recording via getname_kernel()

2015-01-08 Thread Paul Moore
Enable recording of filenames in getname_kernel() and remove the kludgy workaround in __audit_inode() now that we have proper filename logging for kernel users. Signed-off-by: Paul Moore pmo...@redhat.com --- fs/namei.c |1 + kernel/auditsc.c | 40