Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for the kernel security code
0004 #
0005 
0006 obj-$(CONFIG_KEYS)                      += keys/
0007 
0008 # always enable default capabilities
0009 obj-y                                   += commoncap.o
0010 obj-$(CONFIG_MMU)                       += min_addr.o
0011 
0012 # Object file lists
0013 obj-$(CONFIG_SECURITY)                  += security.o
0014 obj-$(CONFIG_SECURITYFS)                += inode.o
0015 obj-$(CONFIG_SECURITY_SELINUX)          += selinux/
0016 obj-$(CONFIG_SECURITY_SMACK)            += smack/
0017 obj-$(CONFIG_SECURITY)                  += lsm_audit.o
0018 obj-$(CONFIG_SECURITY_TOMOYO)           += tomoyo/
0019 obj-$(CONFIG_SECURITY_APPARMOR)         += apparmor/
0020 obj-$(CONFIG_SECURITY_YAMA)             += yama/
0021 obj-$(CONFIG_SECURITY_LOADPIN)          += loadpin/
0022 obj-$(CONFIG_SECURITY_SAFESETID)       += safesetid/
0023 obj-$(CONFIG_SECURITY_LOCKDOWN_LSM)     += lockdown/
0024 obj-$(CONFIG_CGROUPS)                   += device_cgroup.o
0025 obj-$(CONFIG_BPF_LSM)                   += bpf/
0026 obj-$(CONFIG_SECURITY_LANDLOCK)         += landlock/
0027 
0028 # Object integrity file lists
0029 obj-$(CONFIG_INTEGRITY)                 += integrity/