From 402bb5c0bab70f3998de01ae90e7ddd5979a1816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarom=C3=ADr=20Hradil?= <jaromir.hradil@cesnet.cz> Date: Wed, 4 Dec 2024 14:25:56 +0100 Subject: [PATCH] Adding execute bit into file permissions on production --- common/deployments/hub-production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/deployments/hub-production.yaml b/common/deployments/hub-production.yaml index d4242f3..e9490ee 100644 --- a/common/deployments/hub-production.yaml +++ b/common/deployments/hub-production.yaml @@ -261,7 +261,7 @@ hub: {"name": "WEBDAV_VENDOR", "value": "owncloud"}, # XXX: strict permissions needed for .local/share/jupyter/runtime/jupyter_cookie_secret # quicker directory cache and polling - {"name": "MOUNT_OPTS", "value": "--file-perms=0600 --dir-perms=0770 --dir-cache-time=1m0s --poll-interval=0m20s"}, + {"name": "MOUNT_OPTS", "value": "--file-perms=0700 --dir-perms=0770 --dir-cache-time=1m0s --poll-interval=0m20s"}, {"name": "MOUNT_PATH", "value": "/owncloud" + subpath}, # default mode is "full" {"name": "VFS_CACHE_MODE", "value": "full"}, -- GitLab