projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
793ebb1
)
ntfs: mark it as broken
author
Ben Hutchings
<ben@decadent.org.uk>
Thu, 25 Apr 2019 14:31:33 +0000
(15:31 +0100)
committer
Salvatore Bonaccorso
<carnil@debian.org>
Sat, 22 Apr 2023 12:24:15 +0000
(13:24 +0100)
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
patch
|
blob
|
history
diff --git
a/fs/ntfs/Kconfig
b/fs/ntfs/Kconfig
index 1667a7e590d86315a6f27b3a6a9fbd930316c34f..2c5d2f4b56ddff76e04aa28da38313f2887e2912 100644
(file)
--- 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.