]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - security/Makefile
cfg80211: prevent speculation on cfg80211_classify8021d() return
[mirror_ubuntu-bionic-kernel.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
1da177e4 13
5915eb53 14# always enable default capabilities
6e141546
DH
15obj-y += commoncap.o
16obj-$(CONFIG_MMU) += min_addr.o
1da177e4
LT
17
18# Object file lists
b1d9e6b0 19obj-$(CONFIG_SECURITY) += security.o
da31894e 20obj-$(CONFIG_SECURITYFS) += inode.o
e0c2de2b
SR
21obj-$(CONFIG_SECURITY_SELINUX) += selinux/
22obj-$(CONFIG_SECURITY_SMACK) += smack/
2bf49690 23obj-$(CONFIG_AUDIT) += lsm_audit.o
e0c2de2b
SR
24obj-$(CONFIG_SECURITY_TOMOYO) += tomoyo/
25obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/
26obj-$(CONFIG_SECURITY_YAMA) += yama/
9b091556 27obj-$(CONFIG_SECURITY_LOADPIN) += loadpin/
08ce5f16 28obj-$(CONFIG_CGROUP_DEVICE) += device_cgroup.o
3323eec9
MZ
29
30# Object integrity file lists
f381c272 31subdir-$(CONFIG_INTEGRITY) += integrity
e0c2de2b 32obj-$(CONFIG_INTEGRITY) += integrity/
49b04f8a
DH
33
34# Allow the kernel to be locked down
35obj-$(CONFIG_LOCK_DOWN_KERNEL) += lock_down.o