FROMLIST: binder: protect transaction_stack with inner lock.
[GitHub/LineageOS/android_kernel_samsung_universal7580.git] / security / Makefile
1 #
2 # Makefile for the kernel security code
3 #
4
5 obj-$(CONFIG_KEYS) += keys/
6 subdir-$(CONFIG_SECURITY_SELINUX) += selinux
7 subdir-$(CONFIG_SECURITY_SMACK) += smack
8 subdir-$(CONFIG_SECURITY_TOMOYO) += tomoyo
9 subdir-$(CONFIG_SECURITY_APPARMOR) += apparmor
10 subdir-$(CONFIG_SECURITY_YAMA) += yama
11
12 # always enable default capabilities
13 obj-y += commoncap.o
14 obj-$(CONFIG_MMU) += min_addr.o
15
16 # Object file lists
17 obj-$(CONFIG_SECURITY) += security.o capability.o
18 obj-$(CONFIG_SECURITYFS) += inode.o
19 # Must precede capability.o in order to stack properly.
20 obj-$(CONFIG_SECURITY_SELINUX) += selinux/built-in.o
21 obj-$(CONFIG_SECURITY_SMACK) += smack/built-in.o
22 obj-$(CONFIG_AUDIT) += lsm_audit.o
23 obj-$(CONFIG_SECURITY_TOMOYO) += tomoyo/built-in.o
24 obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/built-in.o
25 obj-$(CONFIG_SECURITY_YAMA) += yama/built-in.o
26 obj-$(CONFIG_CGROUP_DEVICE) += device_cgroup.o
27
28 # Object integrity file lists
29 subdir-$(CONFIG_INTEGRITY) += integrity
30 obj-$(CONFIG_INTEGRITY) += integrity/built-in.o
31
32 # MST driver
33 obj-$(CONFIG_MST_LDO) += mstdrv/
34
35 # TIMA uevent
36 obj-$(CONFIG_TIMA) += tima_uevent/
37 #ICCC
38 obj-$(CONFIG_TZ_ICCC) += tz_iccc/
39
40 # Knox SDP
41 obj-$(CONFIG_SDP) += sdp/
42 obj-$(CONFIG_SDP) += sdp/built-in.o