diff options
| author | Paul Moore <paul@paul-moore.com> | 2025-02-18 17:13:08 -0500 |
|---|---|---|
| committer | Paul Moore <paul@paul-moore.com> | 2025-10-22 19:24:25 -0400 |
| commit | d934f97db827ac44a84edf399d6b7a3946fe1cf1 (patch) | |
| tree | 9d146e6f29fc7af5bca79b80831aedd20f308df5 /security/ipe/ipe.c | |
| parent | b0374e79a83c89f2a85f39364e215ac749ea2f31 (diff) | |
| download | linux-d934f97db827ac44a84edf399d6b7a3946fe1cf1.tar.gz linux-d934f97db827ac44a84edf399d6b7a3946fe1cf1.tar.bz2 linux-d934f97db827ac44a84edf399d6b7a3946fe1cf1.zip | |
ipe: move initcalls to the LSM framework
Reviewed-by: Kees Cook <kees@kernel.org>
Tested-by: Fan Wu <wufan@kernel.org>
Acked-by: Fan Wu <wufan@kernel.org>
Reviewed-by: John Johansen <john.johhansen@canonical.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security/ipe/ipe.c')
| -rw-r--r-- | security/ipe/ipe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/ipe/ipe.c b/security/ipe/ipe.c index 2426441181dc..71644748ed56 100644 --- a/security/ipe/ipe.c +++ b/security/ipe/ipe.c @@ -95,4 +95,5 @@ DEFINE_LSM(ipe) = { .id = &ipe_lsmid, .init = ipe_init, .blobs = &ipe_blobs, + .initcall_fs = ipe_init_securityfs, }; |
