From 020ea1fb0586e8fff4e79211af61197aab19ef11 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 25 Apr 2019 15:31:33 +0100 Subject: [PATCH] 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 --- fs/ntfs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/ntfs/Kconfig b/fs/ntfs/Kconfig index 1667a7e590d..2c5d2f4b56d 100644 --- a/fs/ntfs/Kconfig +++ b/fs/ntfs/Kconfig @@ -1,6 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only 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. -- 2.30.2