mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -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"
|
||||
dst: "/cefs"
|
||||
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
|
||||
|
||||
@@ -213,6 +213,10 @@ mount {
|
||||
src: "/cefs"
|
||||
dst: "/cefs"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user