Makefile 972 B

12345678910111213141516171819202122232425262728293031
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile for the kernel security code
  4. #
  5. obj-$(CONFIG_KEYS) += keys/
  6. # always enable default capabilities
  7. obj-y += commoncap.o
  8. obj-$(CONFIG_SECURITY) += lsm_syscalls.o
  9. obj-$(CONFIG_MMU) += min_addr.o
  10. # Object file lists
  11. obj-$(CONFIG_SECURITY) += security.o
  12. obj-$(CONFIG_SECURITYFS) += inode.o
  13. obj-$(CONFIG_SECURITY_SELINUX) += selinux/
  14. obj-$(CONFIG_SECURITY_SMACK) += smack/
  15. obj-$(CONFIG_SECURITY) += lsm_audit.o
  16. obj-$(CONFIG_SECURITY_TOMOYO) += tomoyo/
  17. obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/
  18. obj-$(CONFIG_SECURITY_YAMA) += yama/
  19. obj-$(CONFIG_SECURITY_LOADPIN) += loadpin/
  20. obj-$(CONFIG_SECURITY_SAFESETID) += safesetid/
  21. obj-$(CONFIG_SECURITY_LOCKDOWN_LSM) += lockdown/
  22. obj-$(CONFIG_CGROUPS) += device_cgroup.o
  23. obj-$(CONFIG_BPF_LSM) += bpf/
  24. obj-$(CONFIG_SECURITY_LANDLOCK) += landlock/
  25. obj-$(CONFIG_SECURITY_IPE) += ipe/
  26. # Object integrity file lists
  27. obj-$(CONFIG_INTEGRITY) += integrity/