From 917333711f43ae78c39427ee6e5b68d04eb73c9e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 16 Mar 2023 12:18:07 -0300 Subject: queue.scm: Reorder args to (least-authority-wrapper ..) on cyrus-sal --- src/org/euandre/queue.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/org/euandre/queue.scm') 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)) -- cgit v1.2.3