audit: initialize the audit subsystem as early as possible
authorPaul Moore <paul@paul-moore.com>
Fri, 1 Sep 2017 13:44:44 +0000 (09:44 -0400)
committerPaul Moore <paul@paul-moore.com>
Fri, 10 Nov 2017 21:07:46 +0000 (16:07 -0500)
commitbe4104abf25c63ccef36e1e06262c73c0df9fd60
tree157da0081d61dbc94e6f718455fd0e1153536bd7
parent173743dd99a49c956b124a74c8aacb0384739a4c
audit: initialize the audit subsystem as early as possible

We can't initialize the audit subsystem until after the network layer
is initialized (core_initcall), but do it soon after.

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