mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Make cefs mount_propagate
Needed for autofs. Needs our patched nsjail to work
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user