From cbc35fd9aa08a6da9df1ce8463779ad7decaf12a Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 20 Oct 2025 12:23:47 +0900 Subject: [PATCH] system: Reinstate lock mounts in `container-script'. This issue should now be resolved, with a test guarding it from re-appearing. * gnu/system/linux-container.scm (container-script) [#:lock-mounts]: Delete argument. Change-Id: I93e94a0ee349c53967275b82e1a9a5bcc8e8f65c --- gnu/system/linux-container.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gnu/system/linux-container.scm b/gnu/system/linux-container.scm index d16d1e78b56..9bcdf24a7e0 100644 --- a/gnu/system/linux-container.scm +++ b/gnu/system/linux-container.scm @@ -317,10 +317,6 @@ Run the container with the given options.")) #:namespaces (if #$shared-network? (delq 'net %namespaces) %namespaces) - - ;; XXX: Work around . - #:lock-mounts? #f - #:writable-root? #t #:process-spawned-hook explain)))))