mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 08:03:50 +00:00
nits on nsjail config
This commit is contained in:
@@ -78,6 +78,13 @@ mount {
|
||||
mandatory: false
|
||||
}
|
||||
|
||||
mount {
|
||||
src: "/etc/ca-certificates"
|
||||
dst: "/etc/ca-certificates"
|
||||
is_bind: true
|
||||
mandatory: false
|
||||
}
|
||||
|
||||
mount {
|
||||
src: "/etc/resolv.conf"
|
||||
dst: "/etc/resolv.conf"
|
||||
@@ -92,14 +99,6 @@ mount {
|
||||
|
||||
iface_no_lo: true
|
||||
|
||||
mount {
|
||||
src: "{CACHE_DIR}"
|
||||
dst: "/tmp/.cache/go"
|
||||
is_bind: true
|
||||
rw: true
|
||||
mandatory: false
|
||||
}
|
||||
|
||||
{SHARED_MOUNT}
|
||||
|
||||
|
||||
|
||||
@@ -105,6 +105,13 @@ mount {
|
||||
mandatory: false
|
||||
}
|
||||
|
||||
mount {
|
||||
src: "/etc/ca-certificates"
|
||||
dst: "/etc/ca-certificates"
|
||||
is_bind: true
|
||||
mandatory: false
|
||||
}
|
||||
|
||||
mount {
|
||||
src: "/etc/resolv.conf"
|
||||
dst: "/etc/resolv.conf"
|
||||
|
||||
@@ -93,6 +93,13 @@ mount {
|
||||
mandatory: false
|
||||
}
|
||||
|
||||
mount {
|
||||
src: "/etc/ca-certificates"
|
||||
dst: "/etc/ca-certificates"
|
||||
is_bind: true
|
||||
mandatory: false
|
||||
}
|
||||
|
||||
mount {
|
||||
src: "/etc/resolv.conf"
|
||||
dst: "/etc/resolv.conf"
|
||||
|
||||
@@ -104,6 +104,13 @@ mount {
|
||||
mandatory: false
|
||||
}
|
||||
|
||||
mount {
|
||||
src: "/etc/ca-certificates"
|
||||
dst: "/etc/ca-certificates"
|
||||
is_bind: true
|
||||
mandatory: false
|
||||
}
|
||||
|
||||
mount {
|
||||
src: "/etc/resolv.conf"
|
||||
dst: "/etc/resolv.conf"
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
return flowModuleToNode(
|
||||
parentIds,
|
||||
module.id,
|
||||
module.summary || 'Identity script',
|
||||
module.summary || 'Identity step',
|
||||
'inline',
|
||||
module,
|
||||
undefined,
|
||||
|
||||
Reference in New Issue
Block a user