zram: use __bio_add_page for adding single page to bio
[linux-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/
1da177e4 7
5915eb53 8# always enable default capabilities
6e141546
DH
9obj-y += commoncap.o
10obj-$(CONFIG_MMU) += min_addr.o
1da177e4
LT
11
12# Object file lists
b1d9e6b0 13obj-$(CONFIG_SECURITY) += security.o
da31894e 14obj-$(CONFIG_SECURITYFS) += inode.o
e0c2de2b
SR
15obj-$(CONFIG_SECURITY_SELINUX) += selinux/
16obj-$(CONFIG_SECURITY_SMACK) += smack/
b2104ac0 17obj-$(CONFIG_SECURITY) += lsm_audit.o
e0c2de2b
SR
18obj-$(CONFIG_SECURITY_TOMOYO) += tomoyo/
19obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/
20obj-$(CONFIG_SECURITY_YAMA) += yama/
9b091556 21obj-$(CONFIG_SECURITY_LOADPIN) += loadpin/
aeca4e2c 22obj-$(CONFIG_SECURITY_SAFESETID) += safesetid/
000d388e 23obj-$(CONFIG_SECURITY_LOCKDOWN_LSM) += lockdown/
eec8fd02 24obj-$(CONFIG_CGROUPS) += device_cgroup.o
520b7aa0 25obj-$(CONFIG_BPF_LSM) += bpf/
90945448 26obj-$(CONFIG_SECURITY_LANDLOCK) += landlock/
3323eec9
MZ
27
28# Object integrity file lists
e0c2de2b 29obj-$(CONFIG_INTEGRITY) += integrity/