diff options
Diffstat (limited to 'gnu/system/linux-container.scm')
| -rw-r--r-- | gnu/system/linux-container.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/system/linux-container.scm b/gnu/system/linux-container.scm index 87a2100fcc4..2a3c54be59c 100644 --- a/gnu/system/linux-container.scm +++ b/gnu/system/linux-container.scm @@ -330,6 +330,10 @@ Run the container with the given options.")) #:namespaces (if #$shared-network? (delq 'net %namespaces) %namespaces) + + ;; XXX: Work around <https://codeberg.org/guix/guix/issues/4788>. + #:lock-mounts? #f + #:writable-root? #t #:process-spawned-hook (lambda (pid) ;; Write out the PID to the requested files |
