summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/system/linux-container.scm4
1 files changed, 0 insertions, 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 <https://issues.guix.gnu.org/78356>.
- #:lock-mounts? #f
-
#:writable-root? #t
#:process-spawned-hook explain)))))