From 1063cd059b13ef3bb0ca61787ffece18f3b524cd Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Tue, 13 Jul 2021 09:20:49 +0200
Subject: [PATCH] TMSS-849: added --permissions option

---
 SAS/TMSS/backend/bin/tmss.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SAS/TMSS/backend/bin/tmss.ini b/SAS/TMSS/backend/bin/tmss.ini
index bd83c45c23d..ffe03e35834 100644
--- a/SAS/TMSS/backend/bin/tmss.ini
+++ b/SAS/TMSS/backend/bin/tmss.ini
@@ -1,5 +1,5 @@
 [program:tmss]
-command=docker run --rm --net=host -u 7149:7149 -v /opt/lofar/var/log:/opt/lofar/var/log -v /tmp/tmp -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v /localhome/lofarsys:/localhome/lofarsys -e HOME=/localhome/lofarsys -e USER=lofarsys nexus.cep4.control.lofar:18080/tmss_django:latest /bin/bash -c 'source ~/.lofar/.lofar_env;source $LOFARROOT/lofarinit.sh;exec tmss_test_environment --host $TMSS_HOST --public_host $TMSS_HOST --port $TMSS_PORT --schemas --viewflow_app --DB_ID=TMSS --LDAP_ID=TMSS_LDAP --REST_CLIENT_ID=TMSSClient'
+command=docker run --rm --net=host -u 7149:7149 -v /opt/lofar/var/log:/opt/lofar/var/log -v /tmp/tmp -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v /localhome/lofarsys:/localhome/lofarsys -e HOME=/localhome/lofarsys -e USER=lofarsys nexus.cep4.control.lofar:18080/tmss_django:latest /bin/bash -c 'source ~/.lofar/.lofar_env;source $LOFARROOT/lofarinit.sh;exec tmss_test_environment --host $TMSS_HOST --public_host $TMSS_HOST --port $TMSS_PORT --schemas --permissions --viewflow_app --DB_ID=TMSS --LDAP_ID=TMSS_LDAP --REST_CLIENT_ID=TMSSClient'
 priority=100
 user=lofarsys
 stopsignal=INT ; KeyboardInterrupt
-- 
GitLab