X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=security%2FMakefile;h=507ac8c520ce531e5d7cc2b89ae0e6ad412747b5;hb=a9cfa10d7ccbd738809cd1129a9a13384d3b3de2;hp=4d2d3782ddefd3fbdd6d2984a1faa8a2bd6561ae;hpb=89876f275e8d562912d9c238cd888b52065cf25c;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