From: Ben Hutchings Date: Thu, 25 Apr 2019 14:31:33 +0000 (+0100) Subject: ntfs: mark it as broken X-Git-Tag: archive/raspbian/5.2.17-1+rpi1^2^2^2^2^2~91 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ee323cf6db30d3cd0949cf76b5d9ff4b6c967518;p=linux.git ntfs: mark it as broken NTFS has unfixed issues CVE-2018-12929, CVE-2018-12930, and CVE-2018-12931. ntfs-3g is a better supported alternative. Make sure it can't be enabled even in custom kernels. Gbp-Pq: Topic debian Gbp-Pq: Name ntfs-mark-it-as-broken.patch --- diff --git a/fs/ntfs/Kconfig b/fs/ntfs/Kconfig index f5a868cc915..6eed99d5293 100644 --- a/fs/ntfs/Kconfig +++ b/fs/ntfs/Kconfig @@ -1,5 +1,6 @@ config NTFS_FS tristate "NTFS file system support" + depends on BROKEN select NLS help NTFS is the file system of Microsoft Windows NT, 2000, XP and 2003.