materusPC: samba follow links for VM

This commit is contained in:
Mateusz Słodkowicz 2024-10-25 23:29:33 +02:00
parent d3a1c9260a
commit 8425f3547c
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,7 @@
hosts deny = 0.0.0.0/0 hosts deny = 0.0.0.0/0
guest account = nobody guest account = nobody
map to guest = bad user map to guest = bad user
allow insecure wide links = yes
''; '';
shares = { shares = {
windows = { windows = {
@ -109,6 +110,8 @@
"directory mask" = "0755"; "directory mask" = "0755";
"force user" = "materus"; "force user" = "materus";
"force group" = "users"; "force group" = "users";
"follow symlinks" = "yes";
"wide links" = "yes";
}; };
}; };
}; };