From 90bbbf9f8ef6ae1406d9af8f3a819fab3086e598 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sat, 20 Feb 2021 16:04:59 +0100 Subject: [PATCH] linux5.10: enable fsverity on x86_64 --- srcpkgs/linux5.10/files/x86_64-dotconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux5.10/files/x86_64-dotconfig b/srcpkgs/linux5.10/files/x86_64-dotconfig index 5cfcbb3f348..9ea29850efc 100644 --- a/srcpkgs/linux5.10/files/x86_64-dotconfig +++ b/srcpkgs/linux5.10/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 5.10.13 Kernel Configuration +# Linux/x86_64 5.10.17 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.1 20201203" CONFIG_CC_IS_GCC=y @@ -9061,7 +9061,9 @@ CONFIG_MANDATORY_FILE_LOCKING=y CONFIG_FS_ENCRYPTION=y CONFIG_FS_ENCRYPTION_ALGS=m CONFIG_FS_ENCRYPTION_INLINE_CRYPT=y -# CONFIG_FS_VERITY is not set +CONFIG_FS_VERITY=y +# CONFIG_FS_VERITY_DEBUG is not set +CONFIG_FS_VERITY_BUILTIN_SIGNATURES=y CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y CONFIG_INOTIFY_USER=y