configure SMB share for winslop virtual machines

This commit is contained in:
mykola2312 2024-09-06 09:20:39 +03:00
parent c2cb4e5152
commit 3d8ed4d3ff

14
smb4.conf Normal file
View file

@ -0,0 +1,14 @@
[global]
unix charset = UTF-8
workgroup = MYKOLA
server string = asus-laptop FreeBSD
bind interfaces only = yes
interfaces = lo vnat0
map to guest = bad user
[vm-shared]
path = /home/mykola/vm-shared
writable = yes
guest ok = no
create mask = 600
directory mask = 700