summaryrefslogtreecommitdiff
path: root/gnu/system/linux-container.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-10-16 16:36:43 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-10-29 11:34:28 +0900
commit10edda5aa5f92e7bfcff4902d4f3c11373d1e725 (patch)
tree95cff7d390183e858722a085d13fb00a5a67863f /gnu/system/linux-container.scm
parentd0144544ff38c62ee92b6f3b6ee3e6aa6aede812 (diff)
Reinstate "linux-container: Remove #:lock-mounts? and related code."
This reverts commit e0e64be8de3d220a12612b3a2e4aee428277d865.
Diffstat (limited to 'gnu/system/linux-container.scm')
-rw-r--r--gnu/system/linux-container.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/system/linux-container.scm b/gnu/system/linux-container.scm
index 9bcdf24a7e0..d16d1e78b56 100644
--- a/gnu/system/linux-container.scm
+++ b/gnu/system/linux-container.scm
@@ -317,6 +317,10 @@ Run the container with the given options."))
317 #:namespaces (if #$shared-network? 317 #:namespaces (if #$shared-network?
318 (delq 'net %namespaces) 318 (delq 'net %namespaces)
319 %namespaces) 319 %namespaces)
320
321 ;; XXX: Work around <https://issues.guix.gnu.org/78356>.
322 #:lock-mounts? #f
323
320 #:writable-root? #t 324 #:writable-root? #t
321 #:process-spawned-hook explain))))) 325 #:process-spawned-hook explain)))))
322 326