X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=security%2FMakefile;h=507ac8c520ce531e5d7cc2b89ae0e6ad412747b5;hb=88096d6609c9585e74ee64bb6b430ea5005b9dc1;hp=4d2d3782ddefd3fbdd6d2984a1faa8a2bd6561ae;hpb=9ad95bdacaa3296460fc23e31feaead1d4ffc8b9;p=mirror_ubuntu-bionic-kernel.git diff --git a/security/Makefile b/security/Makefile index 4d2d3782ddef..507ac8c520ce 100644 --- a/security/Makefile +++ b/security/Makefile @@ -30,3 +30,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_cgroup.o # Object integrity file lists subdir-$(CONFIG_INTEGRITY) += integrity obj-$(CONFIG_INTEGRITY) += integrity/ + +# Allow the kernel to be locked down +obj-$(CONFIG_LOCK_DOWN_KERNEL) += lock_down.o