]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - security/Makefile
bpf: Fix mask direction swap upon off reg sign change
[mirror_ubuntu-hirsute-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
aeca4e2c 13subdir-$(CONFIG_SECURITY_SAFESETID) += safesetid
000d388e 14subdir-$(CONFIG_SECURITY_LOCKDOWN_LSM) += lockdown
520b7aa0 15subdir-$(CONFIG_BPF_LSM) += bpf
1da177e4 16
5915eb53 17# always enable default capabilities
6e141546
DH
18obj-y += commoncap.o
19obj-$(CONFIG_MMU) += min_addr.o
1da177e4
LT
20
21# Object file lists
b1d9e6b0 22obj-$(CONFIG_SECURITY) += security.o
da31894e 23obj-$(CONFIG_SECURITYFS) += inode.o
e0c2de2b
SR
24obj-$(CONFIG_SECURITY_SELINUX) += selinux/
25obj-$(CONFIG_SECURITY_SMACK) += smack/
b2104ac0 26obj-$(CONFIG_SECURITY) += lsm_audit.o
e0c2de2b
SR
27obj-$(CONFIG_SECURITY_TOMOYO) += tomoyo/
28obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/
29obj-$(CONFIG_SECURITY_YAMA) += yama/
9b091556 30obj-$(CONFIG_SECURITY_LOADPIN) += loadpin/
aeca4e2c 31obj-$(CONFIG_SECURITY_SAFESETID) += safesetid/
000d388e 32obj-$(CONFIG_SECURITY_LOCKDOWN_LSM) += lockdown/
eec8fd02 33obj-$(CONFIG_CGROUPS) += device_cgroup.o
520b7aa0 34obj-$(CONFIG_BPF_LSM) += bpf/
3323eec9
MZ
35
36# Object integrity file lists
f381c272 37subdir-$(CONFIG_INTEGRITY) += integrity
e0c2de2b 38obj-$(CONFIG_INTEGRITY) += integrity/