summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/ntfs-mark-it-as-broken.patch
blob: 0f59a9f44fa351aba11aacf8fe7b821959828365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Ben Hutchings <ben@decadent.org.uk>
Date: Thu, 25 Apr 2019 15:31:33 +0100
Subject: ntfs: mark it as broken
Forwarded: not-needed

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.

---
Index: debian-kernel/fs/ntfs/Kconfig
===================================================================
--- debian-kernel.orig/fs/ntfs/Kconfig
+++ debian-kernel/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 BUFFER_HEAD
 	select NLS
 	help