Re: [PATCH ghak21 V4 1/2] audit: remove path param from link denied function

2018-04-16 Thread Richard Guy Briggs
On 2018-04-16 10:55, Kees Cook wrote: > On Wed, Mar 21, 2018 at 1:42 AM, Richard Guy Briggs wrote: > > In commit 45b578fe4c3cade6f4ca1fc934ce199afd857edc > > ("audit: link denied should not directly generate PATH record") > > the need for the struct path *link parameter was removed. > > Remove the

Re: [PATCH ghak21 V4 1/2] audit: remove path param from link denied function

2018-04-16 Thread Kees Cook
On Wed, Mar 21, 2018 at 1:42 AM, Richard Guy Briggs wrote: > In commit 45b578fe4c3cade6f4ca1fc934ce199afd857edc > ("audit: link denied should not directly generate PATH record") > the need for the struct path *link parameter was removed. > Remove the now useless struct path argument. > > Signed-of

Re: [PATCH ghak21 V4 1/2] audit: remove path param from link denied function

2018-03-21 Thread Paul Moore
On Wed, Mar 21, 2018 at 4:42 AM, Richard Guy Briggs wrote: > In commit 45b578fe4c3cade6f4ca1fc934ce199afd857edc > ("audit: link denied should not directly generate PATH record") > the need for the struct path *link parameter was removed. > Remove the now useless struct path argument. > > Signed-of