selinux: drop the unnecessary aurule_callback variable
authorOndrej Mosnacek <omosnace@redhat.com>
Wed, 6 Jan 2021 13:26:19 +0000 (14:26 +0100)
committerPaul Moore <paul@paul-moore.com>
Tue, 12 Jan 2021 14:53:57 +0000 (09:53 -0500)
commit3c797e514b927e6c85c0ae3359e85cc55422eec1
treef3e652f9bdfa2ff34107fb485d8bedf69e0805bd
parent46434ba040935f5aadcb428c774c74875d280501
selinux: drop the unnecessary aurule_callback variable

Its value is actually not changed anywhere, so it can be substituted for
a direct call to audit_update_lsm_rules().

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/ss/services.c