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

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

This reverts commits 437bb9ece5 and
a57ed987ff, which were reported in
guix/guix#1169 to occasionally cause errors like:

  guix shell: error: unshare : 268566528: Invalid argument
This commit is contained in:
Ludovic Courtès
2025-10-13 10:39:21 +02:00
parent 73cbebfaed
commit e0e64be8de
3 changed files with 41 additions and 107 deletions

View File

@@ -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)))))