materusPC: samba follow links for VM

This commit is contained in:
2024-10-25 23:29:33 +02:00
parent d3a1c9260a
commit 8425f3547c
+3
View File
@@ -98,6 +98,7 @@
hosts deny = 0.0.0.0/0
guest account = nobody
map to guest = bad user
allow insecure wide links = yes
'';
shares = {
windows = {
@@ -109,6 +110,8 @@
"directory mask" = "0755";
"force user" = "materus";
"force group" = "users";
"follow symlinks" = "yes";
"wide links" = "yes";
};
};
};