gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-sandcastle-ng] branch master updated: permissions


From: gnunet
Subject: [taler-sandcastle-ng] branch master updated: permissions
Date: Tue, 03 Sep 2024 22:26:42 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository sandcastle-ng.

The following commit(s) were added to refs/heads/master by this push:
     new 85d9a81  permissions
85d9a81 is described below

commit 85d9a81665793ef0d4bd8b47b804e8bba1db5a17
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Sep 3 22:26:40 2024 +0200

    permissions
---
 scripts/demo/setup-sandcastle.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh
index 50f8085..5386e29 100755
--- a/scripts/demo/setup-sandcastle.sh
+++ b/scripts/demo/setup-sandcastle.sh
@@ -133,13 +133,17 @@ lift_dir /etc/taler etc-challenger
 lift_dir /var/lib/postgresql var-lib-postgresql
 persist_exchange_key /var/lib/taler/exchange-offline exchange-offline
 
-# We need to adjust permissions, as the container might have different user 
and group
+# We need to adjust file ownership, as the container might have different user 
and group
 # IDs than the volume. That can happen when the packages in the container are 
installed
 # in a different order.
 
 chown taler-exchange-offline:taler-exchange-offline 
/talerdata_persistent/exchange-offline
 chown --recursive taler-exchange-offline:taler-exchange-offline 
/var/lib/taler/exchange-offline/*
 
+chown --recursive taler-exchange-secmod-cs:taler-exchange-secmod 
/var/lib/taler/exchange-secmod-cs
+chown --recursive taler-exchange-secmod-rsa:taler-exchange-secmod 
/var/lib/taler/exchange-secmod-rsa
+chown --recursive taler-exchange-secmod-eddsa:taler-exchange-secmod 
/var/lib/taler/exchange-secmod-eddsa
+
 # FIXME: More permissions to adjust!
 
 # Usage: get_credential_pw COMPONENT/ACCOUNT

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]