1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

Reinstate "linux-container: Remove #:lock-mounts? and related code."

This reverts commit e0e64be8de.
This commit is contained in:
Maxim Cournoyer
2025-10-16 16:36:43 +09:00
parent d0144544ff
commit 10edda5aa5
3 changed files with 107 additions and 41 deletions

View File

@@ -317,6 +317,10 @@ Run the container with the given options."))
#:namespaces (if #$shared-network?
(delq 'net %namespaces)
%namespaces)
;; XXX: Work around <https://issues.guix.gnu.org/78356>.
#:lock-mounts? #f
#:writable-root? #t
#:process-spawned-hook explain)))))