Re: [PATCH v2 1/3] kernel/audit: consolidate handling of mm->exe_file

2015-02-23 Thread Paul Moore
On Mon, Feb 23, 2015 at 5:02 PM, Davidlohr Bueso wrote: > On Mon, 2015-02-23 at 16:59 -0500, Paul Moore wrote: >> Merged into audit#next. > > hmm Andrew I was hoping you could take these patches. That way we can > easily build on top. Let me know if you think otherwise, as I've got > more ready to

Re: [PATCH v2 1/3] kernel/audit: consolidate handling of mm->exe_file

2015-02-23 Thread Davidlohr Bueso
On Mon, 2015-02-23 at 16:59 -0500, Paul Moore wrote: > Merged into audit#next. hmm Andrew I was hoping you could take these patches. That way we can easily build on top. Let me know if you think otherwise, as I've got more ready to send out with a similar email scheme. Thanks, Davidlohr -- To un

Re: [PATCH v2 1/3] kernel/audit: consolidate handling of mm->exe_file

2015-02-23 Thread Paul Moore
On Sunday, February 22, 2015 06:20:00 PM Davidlohr Bueso wrote: > This patch adds a audit_log_d_path_exe() helper function > to share how we handle auditing of the exe_file's path. > Used by both audit and auditsc. No functionality is changed. > > Signed-off-by: Davidlohr Bueso > --- > > changes