[PATCH] Moved module init-functions into the module.
Steve Kemp
steve at steve.org.uk
Thu Jun 22 08:09:15 UTC 2017
On Thu Jun 22, 2017 at 16:02:30 +0800, Ethan Zhao wrote:
> Seems you moved the initialization of security module to
> late_initcall stage, that is not right.
Thanks for the feedback.
> For security modules, you should use security_initcall() macro to define
> the init functions.
Literally just a change like this?
-late_initcall(yama_add_hooks);
+security_initcall(yama_add_hooks);
I'll submit v2 with that shortly, thanks.
Steve
--
--
To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
More information about the Linux-security-module-archive
mailing list