Skip to content

Commit 257cc36

Browse files
author
Andrei Neagu
committed
reduced permissions
1 parent 171ce7f commit 257cc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules/long_running_tasks_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ async def ensure_read_permissions_on_user_service_data(
6262
):
6363
await run_command_in_container(
6464
self_container,
65-
command=f"chmod -R go+rX {path_to_store}",
65+
command=f"chmod -R o+rX {path_to_store}",
6666
timeout=_TIMEOUT_PERMISSION_CHANGES.total_seconds(),
6767
)

0 commit comments

Comments
 (0)