Make cefs mount_propagate

Needed for autofs. Needs our patched nsjail to work
This commit is contained in:
Matt Godbolt
2025-08-14 16:53:09 -05:00
parent f4e4b726b8
commit 2363d1be10
2 changed files with 8 additions and 0 deletions

View File

@@ -235,6 +235,10 @@ mount {
src: "/cefs" src: "/cefs"
dst: "/cefs" dst: "/cefs"
is_bind: true is_bind: true
# needed for cefs to see new mounts.
# needs ce's patched nsjail to work
# http://github.com/compiler-explorer/nsjail
needs_mount_propagation: true
} }
# Needed for icc # Needed for icc

View File

@@ -213,6 +213,10 @@ mount {
src: "/cefs" src: "/cefs"
dst: "/cefs" dst: "/cefs"
is_bind: true is_bind: true
# needed for cefs to see new mounts.
# needs ce's patched nsjail to work
# http://github.com/compiler-explorer/nsjail
needs_mount_propagation: true
} }
# Remove some sensitive stuff from execution # Remove some sensitive stuff from execution