Re: [PATCH] audit: further cleanup of AUDIT_FILTER_ENTRY deprecation

2021-03-12 Thread Paul Moore
On Thu, Mar 11, 2021 at 11:38 AM Richard Guy Briggs wrote: > > Remove the list parameter from the function call since the exit filter > list is the only remaining list used by this function. > > This cleans up commit 5260ecc2e048 > ("audit: deprecate the AUDIT_FILTER_ENTRY filter") > >

[PATCH] audit: further cleanup of AUDIT_FILTER_ENTRY deprecation

2021-03-11 Thread Richard Guy Briggs
Remove the list parameter from the function call since the exit filter list is the only remaining list used by this function. This cleans up commit 5260ecc2e048 ("audit: deprecate the AUDIT_FILTER_ENTRY filter") Signed-off-by: Richard Guy Briggs --- kernel/auditsc.c | 11 --- 1 file