summaryrefslogtreecommitdiffstats
path: root/security/ipe/Makefile
diff options
context:
space:
mode:
authorDeven Bowers <deven.desai@linux.microsoft.com>2024-08-02 23:08:27 -0700
committerPaul Moore <paul@paul-moore.com>2024-08-20 14:02:45 -0400
commite155858dd99523d4afe0f74e9c26e4f4499eb5af (patch)
tree4e9034938934ccc58d6f10aff42616140392afe2 /security/ipe/Makefile
parenta6af7bc3d72ff52c5526a392144347fcb3094149 (diff)
downloadlinux-stable-e155858dd99523d4afe0f74e9c26e4f4499eb5af.tar.gz
linux-stable-e155858dd99523d4afe0f74e9c26e4f4499eb5af.tar.bz2
linux-stable-e155858dd99523d4afe0f74e9c26e4f4499eb5af.zip
ipe: add support for dm-verity as a trust provider
Allows author of IPE policy to indicate trust for a singular dm-verity volume, identified by roothash, through "dmverity_roothash" and all signed and validated dm-verity volumes, through "dmverity_signature". Signed-off-by: Deven Bowers <deven.desai@linux.microsoft.com> Signed-off-by: Fan Wu <wufan@linux.microsoft.com> [PM: fixed some line length issues in the comments] Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security/ipe/Makefile')
-rw-r--r--security/ipe/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/ipe/Makefile b/security/ipe/Makefile
index 62caccba14b4..e1019bb9f0f3 100644
--- a/security/ipe/Makefile
+++ b/security/ipe/Makefile
@@ -6,6 +6,7 @@
#
obj-$(CONFIG_SECURITY_IPE) += \
+ digest.o \
eval.o \
hooks.o \
fs.o \