summaryrefslogtreecommitdiff
path: root/security/selinux/include/initcalls.h
AgeCommit message (Collapse)AuthorFilesLines
2025-10-22selinux: move initcalls to the LSM frameworkPaul Moore1-0/+19
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>