nits on nsjail config

This commit is contained in:
Ruben Fiszel
2022-11-23 14:00:49 +01:00
parent 1ad3d263d9
commit 0968caa6e9
5 changed files with 29 additions and 9 deletions
@@ -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,