Re: [PATCH] net/slirp: Fix incorrect permissions on samba >= 2.0.5

2021-12-06 Thread Niklas Hambüchen
Hey all, just checking on an update. It would be great if this could be included in the coming/next QEMU release. Cheers! Niklas

Re: [PATCH] net/slirp: Fix incorrect permissions on samba >= 2.0.5

2021-04-30 Thread Niklas Hambüchen
On 4/30/21 7:29 PM, Peter Maydell wrote: > If we add 'force user=whoever' to the [global] section, is it then > unnecessary to also specify it in the [qemu] section ? I believe it is, yes. Source: https://www.samba.org/~ab/output/htmldocs/manpages-3/smb.conf.5.html#id2506183 > All S parameters

Re: [PATCH] net/slirp: Fix incorrect permissions on samba >= 2.0.5

2021-03-18 Thread Niklas Hambüchen
On 2/23/21 3:41 AM, Niklas Hambüchen wrote: > This broke `-net user,smb=/path/to/folder`: Hey, just a short ping on whether anyone would have a moment to review this `qemu-trivial` patch; it would be very nice to have SMB support to work out of the box again. Thanks!

[PATCH] net/slirp: Fix incorrect permissions on samba >= 2.0.5

2021-02-22 Thread Niklas Hambüchen
directories `smbd` needs to access. Signed-off-by: Niklas Hambüchen --- net/slirp.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/net/slirp.c b/net/slirp.c index be914c0be0..82387bdb19 100644 --- a/net/slirp.c +++ b/net/slirp.c @@ -850,6 +850,11 @@ static int slirp_smb(SlirpState* s