]> git.baikalelectronics.ru Git - kernel.git/commit
audit: further cleanup of AUDIT_FILTER_ENTRY deprecation
authorRichard Guy Briggs <rgb@redhat.com>
Thu, 11 Mar 2021 16:38:05 +0000 (11:38 -0500)
committerPaul Moore <paul@paul-moore.com>
Fri, 12 Mar 2021 21:30:23 +0000 (16:30 -0500)
commit620ac318f491f4fa0acc2c47e7d2d6c53dd6bb55
tree1c76207dd2898c9a30adbdab23853be2e3da5dfb
parent1b8bd930b05ba1f659bccfc6ef406e93916f57ed
audit: further cleanup of AUDIT_FILTER_ENTRY deprecation

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 5efe6c6e08b8
("audit: deprecate the AUDIT_FILTER_ENTRY filter")

Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
kernel/auditsc.c