diff options
author | Kees Cook <keescook@chromium.org> | 2018-10-11 03:18:22 +0300 |
---|---|---|
committer | James Morris <james.morris@microsoft.com> | 2018-10-11 06:40:21 +0300 |
commit | 3ac946d12e344a48c1192ef8910c6095a0d6a8ac (patch) | |
tree | efe65c55194cabb775e92ecb30a3f043a89b332e /arch/arc | |
parent | 5b89c1bd4c7e5c5ca8c5374fde35ecee6e16496c (diff) | |
download | linux-3ac946d12e344a48c1192ef8910c6095a0d6a8ac.tar.xz |
vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
Since the struct lsm_info table is not an initcall, we can just move it
into INIT_DATA like all the other tables.
Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Casey Schaufler <casey@schaufler-ca.com>
Reviewed-by: John Johansen <john.johansen@canonical.com>
Reviewed-by: James Morris <james.morris@microsoft.com>
Signed-off-by: James Morris <james.morris@microsoft.com>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/kernel/vmlinux.lds.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/kernel/vmlinux.lds.S b/arch/arc/kernel/vmlinux.lds.S index f35ed578e007..8fb16bdabdcf 100644 --- a/arch/arc/kernel/vmlinux.lds.S +++ b/arch/arc/kernel/vmlinux.lds.S @@ -71,7 +71,6 @@ SECTIONS INIT_SETUP(L1_CACHE_BYTES) INIT_CALLS CON_INITCALL - SECURITY_INITCALL } .init.arch.info : { |