aboutsummaryrefslogtreecommitdiff
path: root/src/org/euandre/queue.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-16 12:18:07 -0300
committerEuAndreh <eu@euandre.org>2023-03-16 12:18:07 -0300
commit917333711f43ae78c39427ee6e5b68d04eb73c9e (patch)
tree6038bda00a17b328ad41edab780fb59f00cf363f /src/org/euandre/queue.scm
parentqueue.scm: Remove intermediate "config-dir" local binding (diff)
downloadpackage-repository-917333711f43ae78c39427ee6e5b68d04eb73c9e.tar.gz
package-repository-917333711f43ae78c39427ee6e5b68d04eb73c9e.tar.xz
queue.scm: Reorder args to (least-authority-wrapper ..) on cyrus-sal
Diffstat (limited to 'src/org/euandre/queue.scm')
-rw-r--r--src/org/euandre/queue.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm
index 5c39631..659f72a 100644
--- a/src/org/euandre/queue.scm
+++ b/src/org/euandre/queue.scm
@@ -576,6 +576,7 @@ to the list of supplementary groups of the user of such running process.")))
(least-authority-wrapper
bin
#:name container-name
+ #:namespaces container-namespaces
#:mappings (append
(list
(file-system-mapping
@@ -588,8 +589,7 @@ to the list of supplementary groups of the user of such running process.")))
(file-system-mapping
(source "/etc/shadow")
(target source)))
- extra-mappings)
- #:namespaces container-namespaces))))
+ extra-mappings)))))
(list
(shepherd-service
(provision '(cyrus-sasl))