Re: [PATCH v2] audit,module: restore audit logging in load failure case

2025-04-22 Thread Steve Grubb
On Tuesday, April 22, 2025 12:30:01 PM Eastern Daylight Time Paul Moore wrote: > On Tue, Apr 22, 2025 at 11:37 AM Richard Guy Briggs > wrote: > > On 2025-04-11 14:23, Paul Moore wrote: > > > > > On Mar 17, 2025 Richard Guy Briggs wrote: > > > ... > > > > > > diff --git a/kernel/module/main.

Re: [PATCH v2] audit,module: restore audit logging in load failure case

2025-04-22 Thread Paul Moore
On Tue, Apr 22, 2025 at 11:37 AM Richard Guy Briggs wrote: > On 2025-04-11 14:23, Paul Moore wrote: > > On Mar 17, 2025 Richard Guy Briggs wrote: ... > > > diff --git a/kernel/module/main.c b/kernel/module/main.c > > > index 1fb9ad289a6f..efa62ace1b23 100644 > > > --- a/kernel/module/main.c > >

Re: [PATCH v2] audit,module: restore audit logging in load failure case

2025-04-22 Thread Richard Guy Briggs
On 2025-04-11 14:23, Paul Moore wrote: > On Mar 17, 2025 Richard Guy Briggs wrote: > > > > The move of the module sanity check to earlier skipped the audit logging > > call in the case of failure and to a place where the previously used > > context is unavailable. > > > > Add an audit logging ca

Re: [PATCH v2] audit,module: restore audit logging in load failure case

2025-04-11 Thread Paul Moore
On Mar 17, 2025 Richard Guy Briggs wrote: > > The move of the module sanity check to earlier skipped the audit logging > call in the case of failure and to a place where the previously used > context is unavailable. > > Add an audit logging call for the module loading failure case and get > the

Re: [PATCH v2] audit,module: restore audit logging in load failure case

2025-03-20 Thread Petr Pavlu
On 3/17/25 20:57, Richard Guy Briggs wrote: > The move of the module sanity check to earlier skipped the audit logging > call in the case of failure and to a place where the previously used > context is unavailable. > > Add an audit logging call for the module loading failure case and get > the mo