Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be4104ab authored by Paul Moore's avatar Paul Moore
Browse files

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: default avatarRichard Guy Briggs <rgb@redhat.com>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 173743dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1562,7 +1562,7 @@ static int __init audit_init(void)

	return 0;
}
__initcall(audit_init);
postcore_initcall(audit_init);

/* Process kernel command-line parameter at boot time.  audit=0 or audit=1. */
static int __init audit_enable(char *str)