libnvdimm/altmap: Track namespace boundaries in altmap
[linux-2.6-block.git] / security / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for the kernel security code
4#
5
6obj-$(CONFIG_KEYS) += keys/
7subdir-$(CONFIG_SECURITY_SELINUX) += selinux
e114e473 8subdir-$(CONFIG_SECURITY_SMACK) += smack
00d7d6f8 9subdir-$(CONFIG_SECURITY_TOMOYO) += tomoyo
f9ad1af5 10subdir-$(CONFIG_SECURITY_APPARMOR) += apparmor
2d514487 11subdir-$(CONFIG_SECURITY_YAMA) += yama
9b091556 12subdir-$(CONFIG_SECURITY_LOADPIN) += loadpin
aeca4e2c 13subdir-$(CONFIG_SECURITY_SAFESETID) += safesetid
1da177e4 14
5915eb53 15# always enable default capabilities
6e141546
DH
16obj-y += commoncap.o
17obj-$(CONFIG_MMU) += min_addr.o
1da177e4
LT
18
19# Object file lists
b1d9e6b0 20obj-$(CONFIG_SECURITY) += security.o
da31894e 21obj-$(CONFIG_SECURITYFS) += inode.o
e0c2de2b
SR
22obj-$(CONFIG_SECURITY_SELINUX) += selinux/
23obj-$(CONFIG_SECURITY_SMACK) += smack/
2bf49690 24obj-$(CONFIG_AUDIT) += lsm_audit.o
e0c2de2b
SR
25obj-$(CONFIG_SECURITY_TOMOYO) += tomoyo/
26obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/
27obj-$(CONFIG_SECURITY_YAMA) += yama/
9b091556 28obj-$(CONFIG_SECURITY_LOADPIN) += loadpin/
aeca4e2c 29obj-$(CONFIG_SECURITY_SAFESETID) += safesetid/
08ce5f16 30obj-$(CONFIG_CGROUP_DEVICE) += device_cgroup.o
3323eec9
MZ
31
32# Object integrity file lists
f381c272 33subdir-$(CONFIG_INTEGRITY) += integrity
e0c2de2b 34obj-$(CONFIG_INTEGRITY) += integrity/