+7
−2
security/selinux/include/initcalls.h
0 → 100644
+19
−0
Loading
SELinux currently has a number of initcalls so we've created a new
function, selinux_initcall(), which wraps all of these initcalls so
that we have a single initcall function that can be registered with the
LSM framework.
Signed-off-by:
Paul Moore <paul@paul-moore.com>