Re: [PATCH V10] fixup: audit: implement audit by executable

2015-08-12 Thread Paul Moore
On Wednesday, August 12, 2015 11:19:44 AM Richard Guy Briggs wrote: > On 15/08/12, Paul Moore wrote: > > On Wednesday, August 12, 2015 05:48:48 AM Richard Guy Briggs wrote: > > > Do you plan to push this fix to next? > > > > Patience. Yes, I'll be pushing this to next sometime this week; as usual

Re: [PATCH V10] fixup: audit: implement audit by executable

2015-08-12 Thread Richard Guy Briggs
On 15/08/12, Paul Moore wrote: > On Wednesday, August 12, 2015 05:48:48 AM Richard Guy Briggs wrote: > > > > Do you plan to push this fix to next? > > Patience. Yes, I'll be pushing this to next sometime this week; as usual > I'll > send mail when I do. Ok, no problem, I'm not rushing. I was

Re: [PATCH V10] fixup: audit: implement audit by executable

2015-08-12 Thread Paul Moore
On Wednesday, August 12, 2015 05:48:48 AM Richard Guy Briggs wrote: > > Do you plan to push this fix to next? Patience. Yes, I'll be pushing this to next sometime this week; as usual I'll send mail when I do. -- paul moore security @ redhat -- To unsubscribe from this list: send the line "uns

Re: [PATCH V10] fixup: audit: implement audit by executable

2015-08-12 Thread Richard Guy Briggs
On 15/08/11, Richard Guy Briggs wrote: > On 15/08/10, Paul Moore wrote: > > On Monday, August 10, 2015 01:29:43 PM Richard Guy Briggs wrote: > > > On 15/08/10, Paul Moore wrote: > > > > On Saturday, August 08, 2015 10:20:25 AM Richard Guy Briggs wrote: > > > > > diff --git a/kernel/audit_watch.c b/

Re: [PATCH V10] fixup: audit: implement audit by executable

2015-08-10 Thread Richard Guy Briggs
On 15/08/10, Paul Moore wrote: > On Monday, August 10, 2015 01:29:43 PM Richard Guy Briggs wrote: > > On 15/08/10, Paul Moore wrote: > > > On Saturday, August 08, 2015 10:20:25 AM Richard Guy Briggs wrote: > > > > diff --git a/kernel/audit_watch.c b/kernel/audit_watch.c > > > > index 1255dbf..656c7

Re: [PATCH V10] fixup: audit: implement audit by executable

2015-08-10 Thread Paul Moore
On Monday, August 10, 2015 01:29:43 PM Richard Guy Briggs wrote: > On 15/08/10, Paul Moore wrote: > > On Saturday, August 08, 2015 10:20:25 AM Richard Guy Briggs wrote: > > > diff --git a/kernel/audit_watch.c b/kernel/audit_watch.c > > > index 1255dbf..656c7e9 100644 > > > --- a/kernel/audit_watch.

Re: [PATCH V10] fixup: audit: implement audit by executable

2015-08-10 Thread Richard Guy Briggs
On 15/08/10, Paul Moore wrote: > On Saturday, August 08, 2015 10:20:25 AM Richard Guy Briggs wrote: > > diff --git a/kernel/audit_watch.c b/kernel/audit_watch.c > > index 1255dbf..656c7e9 100644 > > --- a/kernel/audit_watch.c > > +++ b/kernel/audit_watch.c > > @@ -540,8 +540,14 @@ int audit_dupe_ex

Re: [PATCH V10] fixup: audit: implement audit by executable

2015-08-10 Thread Paul Moore
On Saturday, August 08, 2015 10:20:25 AM Richard Guy Briggs wrote: > diff --git a/kernel/audit_watch.c b/kernel/audit_watch.c > index 1255dbf..656c7e9 100644 > --- a/kernel/audit_watch.c > +++ b/kernel/audit_watch.c > @@ -540,8 +540,14 @@ int audit_dupe_exe(struct audit_krule *new, struct > audit_k

[PATCH V10] fixup: audit: implement audit by executable

2015-08-08 Thread Richard Guy Briggs
The Intel build-bot detected a sparse warning with with a patch I posted a couple of days ago that was accepted in the audit/next tree: Subject: [linux-next:master 6689/6751] kernel/audit_watch.c:543:36: sparse: dereference of noderef expression Date: Friday, August 07, 2015, 06:57:55 PM From: kb