summaryrefslogtreecommitdiff
path: root/libs/samba/src/test/docker
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-08-22 00:50:57 +0200
committerJoel Klinghed <the_jk@spawned.biz>2024-08-22 00:50:57 +0200
commit8f506f21cbf127832bf47f9ca1f6cb18bfe80089 (patch)
tree62294e7670d1180877f7bb685d0f87521220a2f0 /libs/samba/src/test/docker
parent21871ed129ea5ca92d668407559aaffcc561a387 (diff)
samba: Disable follow symlinks on samba server
Also no unix extensions (as that is SMB1).
Diffstat (limited to 'libs/samba/src/test/docker')
-rw-r--r--libs/samba/src/test/docker/docker-compose.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/samba/src/test/docker/docker-compose.yml b/libs/samba/src/test/docker/docker-compose.yml
index c7af330..1626b3c 100644
--- a/libs/samba/src/test/docker/docker-compose.yml
+++ b/libs/samba/src/test/docker/docker-compose.yml
@@ -13,6 +13,8 @@ services:
UID_test: 1000
GROUPS_test: family
+ SAMBA_GLOBAL_STANZA: "follow symlinks = no"
+
SAMBA_VOLUME_CONFIG_test: "[Share]; path=/shares/test; valid users = test; guest ok = no; read only = no; browseable = yes"
volumes: