diff options
author | Jeremy Cline <jcline@redhat.com> | 2019-10-28 15:09:50 +0000 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2019-10-28 15:10:20 +0000 |
commit | 691a6a34bde5f7a140965a67d10c4e5a3976f5c5 (patch) | |
tree | 6e150366f08cd6a3118743354ea69592ea57e83b /kernel-x86_64.config | |
parent | 849afaa57717d2a098f1499614fa54d80f4e5651 (diff) | |
download | kernel-691a6a34bde5f7a140965a67d10c4e5a3976f5c5.tar.gz kernel-691a6a34bde5f7a140965a67d10c4e5a3976f5c5.tar.xz kernel-691a6a34bde5f7a140965a67d10c4e5a3976f5c5.zip |
Enable FS_VERITY (rhbz 1765933)
Signed-off-by: Jeremy Cline <jcline@redhat.com>
Diffstat (limited to 'kernel-x86_64.config')
-rw-r--r-- | kernel-x86_64.config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kernel-x86_64.config b/kernel-x86_64.config index 4b3194369..25e8456ad 100644 --- a/kernel-x86_64.config +++ b/kernel-x86_64.config @@ -1700,7 +1700,9 @@ CONFIG_FSI_SCOM=m # CONFIG_FSL_QDMA is not set CONFIG_FS_MBCACHE=y CONFIG_FSNOTIFY=y -# CONFIG_FS_VERITY is not set +# CONFIG_FS_VERITY_BUILTIN_SIGNATURES is not set +# CONFIG_FS_VERITY_DEBUG is not set +CONFIG_FS_VERITY=y # CONFIG_FTL is not set CONFIG_FTRACE_MCOUNT_RECORD=y # CONFIG_FTRACE_STARTUP_TEST is not set |