]> git.ipfire.org Git - thirdparty/qemu.git/commit
slirp: Enforce host-side user of smb share
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 5 Jul 2012 17:35:57 +0000 (19:35 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 21 Aug 2012 20:36:35 +0000 (15:36 -0500)
commit55e64b6dddfd71953f4eb7ad6d0bcfc8d92500e5
tree353982055f3594bd0a69af4ca563c1a55d1d951a
parentb83883e2dbbbeb4b4f5c2fc83c5eec8e2d5a6c5d
slirp: Enforce host-side user of smb share

Windows 7 (and possibly other versions) cannot connect to the samba
share if the exported host directory is not world-readable. This can be
resolved by forcing the username used for access checks to the one
under which QEMU and smbd are running.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
(cherry picked from commit 1cb1c5d10bb9e180bd3f7be2c10b212ed86a97b4)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
net/slirp.c