diff options
Diffstat (limited to 'src/org/euandre/queue.scm')
-rw-r--r-- | src/org/euandre/queue.scm | 4 |
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)) |