From 9eae98f11d1b20a13c4b6d4148cb94d0ab923d4d Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 22 Apr 2025 20:35:03 +0300 Subject: Make "/etc/genenetwork/conf" writable by gn2, gn3 and gn-auth. --- genenetwork-local-container.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/genenetwork-local-container.scm b/genenetwork-local-container.scm index e839ccb..dd9976c 100644 --- a/genenetwork-local-container.scm +++ b/genenetwork-local-container.scm @@ -335,7 +335,7 @@ described by CONFIG, a object." (target source) (writable? #t)) (file-system-mapping - (source gn2-secrets) + (source "/etc/genenetwork/conf") (target source) (writable? #t))) #:namespaces (delq 'net %namespaces)) @@ -390,7 +390,7 @@ described by CONFIG, a object." (source xapian-db-path) (target source)) (file-system-mapping - (source "/etc/genenetwork/conf/gn3") + (source "/etc/genenetwork/conf") (target source) (writable? #t)) (file-system-mapping @@ -439,7 +439,7 @@ described by CONFIG, a object." (target source) (writable? #t)) (file-system-mapping - (source gn-auth-secrets) + (source "/etc/genenetwork/conf") (target source) (writable? #t))) #:namespaces (delq 'net %namespaces)) -- cgit v1.2.3