forked from embecosm/rise-rvv-tcg-qemu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As recent CVE-2023-2861 (fixed by f6b0de5) once again showed, the 9p 'proxy' fs driver is in bad shape. Using the 'proxy' backend was already discouraged for safety reasons before and we recommended to use the 'local' backend (preferably in conjunction with its 'mapped' security model) instead, but now it is time to officially deprecate the 'proxy' backend. Signed-off-by: Christian Schoenebeck <[email protected]> Reviewed-by: Greg Kurz <[email protected]> Message-Id: <[email protected]>
- Loading branch information
1 parent
0618e72
commit 71d72ec
Showing
9 changed files
with
67 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2124,13 +2124,20 @@ S: Odd Fixes | |
W: https://wiki.qemu.org/Documentation/9p | ||
F: hw/9pfs/ | ||
X: hw/9pfs/xen-9p* | ||
X: hw/9pfs/9p-proxy* | ||
F: fsdev/ | ||
F: docs/tools/virtfs-proxy-helper.rst | ||
X: fsdev/virtfs-proxy-helper.c | ||
F: tests/qtest/virtio-9p-test.c | ||
F: tests/qtest/libqos/virtio-9p* | ||
T: git https://gitlab.com/gkurz/qemu.git 9p-next | ||
T: git https://github.com/cschoenebeck/qemu.git 9p.next | ||
|
||
virtio-9p-proxy | ||
F: hw/9pfs/9p-proxy* | ||
F: fsdev/virtfs-proxy-helper.c | ||
F: docs/tools/virtfs-proxy-helper.rst | ||
S: Obsolete | ||
|
||
virtio-blk | ||
M: Stefan Hajnoczi <[email protected]> | ||
L: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters