fsdev: spelling fix
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
e35916ac0f
commit
395fe5f241
|
@ -15,7 +15,7 @@ provide access to files beyond 9p export path.
|
||||||
|
|
||||||
2) Running QEMU with root privilege could be a security issue.
|
2) Running QEMU with root privilege could be a security issue.
|
||||||
|
|
||||||
To overcome above issues, following approach is used: A new filesytem
|
To overcome above issues, following approach is used: A new filesystem
|
||||||
type 'proxy' is introduced. Proxy FS uses chroot + socket combination
|
type 'proxy' is introduced. Proxy FS uses chroot + socket combination
|
||||||
for securing the vulnerability known with following symbolic links.
|
for securing the vulnerability known with following symbolic links.
|
||||||
Intention of adding a new filesystem type is to allow qemu to run
|
Intention of adding a new filesystem type is to allow qemu to run
|
||||||
|
|
Loading…
Reference in New Issue