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 /configs | |
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 'configs')
-rw-r--r-- | configs/fedora/generic/CONFIG_FS_VERITY | 2 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_FS_VERITY_BUILTIN_SIGNATURES | 1 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_FS_VERITY_DEBUG | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/configs/fedora/generic/CONFIG_FS_VERITY b/configs/fedora/generic/CONFIG_FS_VERITY index 1c1298830..962866cac 100644 --- a/configs/fedora/generic/CONFIG_FS_VERITY +++ b/configs/fedora/generic/CONFIG_FS_VERITY @@ -1 +1 @@ -# CONFIG_FS_VERITY is not set +CONFIG_FS_VERITY=y diff --git a/configs/fedora/generic/CONFIG_FS_VERITY_BUILTIN_SIGNATURES b/configs/fedora/generic/CONFIG_FS_VERITY_BUILTIN_SIGNATURES new file mode 100644 index 000000000..a9cb95904 --- /dev/null +++ b/configs/fedora/generic/CONFIG_FS_VERITY_BUILTIN_SIGNATURES @@ -0,0 +1 @@ +# CONFIG_FS_VERITY_BUILTIN_SIGNATURES is not set diff --git a/configs/fedora/generic/CONFIG_FS_VERITY_DEBUG b/configs/fedora/generic/CONFIG_FS_VERITY_DEBUG new file mode 100644 index 000000000..5d654c77b --- /dev/null +++ b/configs/fedora/generic/CONFIG_FS_VERITY_DEBUG @@ -0,0 +1 @@ +# CONFIG_FS_VERITY_DEBUG is not set |