.. | .. |
---|
10 | 10 | subdir-$(CONFIG_SECURITY_APPARMOR) += apparmor |
---|
11 | 11 | subdir-$(CONFIG_SECURITY_YAMA) += yama |
---|
12 | 12 | subdir-$(CONFIG_SECURITY_LOADPIN) += loadpin |
---|
| 13 | +subdir-$(CONFIG_SECURITY_SAFESETID) += safesetid |
---|
| 14 | +subdir-$(CONFIG_SECURITY_LOCKDOWN_LSM) += lockdown |
---|
| 15 | +subdir-$(CONFIG_BPF_LSM) += bpf |
---|
13 | 16 | |
---|
14 | 17 | # always enable default capabilities |
---|
15 | 18 | obj-y += commoncap.o |
---|
.. | .. |
---|
20 | 23 | obj-$(CONFIG_SECURITYFS) += inode.o |
---|
21 | 24 | obj-$(CONFIG_SECURITY_SELINUX) += selinux/ |
---|
22 | 25 | obj-$(CONFIG_SECURITY_SMACK) += smack/ |
---|
23 | | -obj-$(CONFIG_AUDIT) += lsm_audit.o |
---|
| 26 | +obj-$(CONFIG_SECURITY) += lsm_audit.o |
---|
24 | 27 | obj-$(CONFIG_SECURITY_TOMOYO) += tomoyo/ |
---|
25 | 28 | obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/ |
---|
26 | 29 | obj-$(CONFIG_SECURITY_YAMA) += yama/ |
---|
27 | 30 | obj-$(CONFIG_SECURITY_LOADPIN) += loadpin/ |
---|
28 | | -obj-$(CONFIG_CGROUP_DEVICE) += device_cgroup.o |
---|
29 | | -obj-$(CONFIG_TEE_SUPPORT) += optee_linuxdriver/ |
---|
| 31 | +obj-$(CONFIG_SECURITY_SAFESETID) += safesetid/ |
---|
| 32 | +obj-$(CONFIG_SECURITY_LOCKDOWN_LSM) += lockdown/ |
---|
| 33 | +obj-$(CONFIG_CGROUPS) += device_cgroup.o |
---|
| 34 | +obj-$(CONFIG_BPF_LSM) += bpf/ |
---|
30 | 35 | |
---|
31 | 36 | # Object integrity file lists |
---|
32 | 37 | subdir-$(CONFIG_INTEGRITY) += integrity |
---|