Skip to content

Commit 21abc49

Browse files
committed
Allow mounting /proc in nsjail for konnectors
With node 12, the konnectors need a read access to /proc to not crash. See nodejs/help#2099 for example.
1 parent 82502e5 commit 21abc49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/konnector-nsjail-run.sh

-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ nsjail \
126126
--rlimit_nofile 128 \
127127
--rlimit_nproc 512 \
128128
--time_limit "${COZY_TIME_LIMIT}" \
129-
--disable_proc \
130129
--disable_clone_newnet \
131130
--iface_no_lo \
132131
--seccomp_string "${seccomp_string}" \
@@ -157,7 +156,6 @@ nsjail \
157156
# --rlimit_nofile 128 \
158157
# --rlimit_nproc 512 \
159158
# --time_limit "${COZY_TIME_LIMIT}" \
160-
# --disable_proc \
161159
# --disable_clone_newnet \
162160
# --iface_no_lo \
163161
# --seccomp_string "${seccomp_string}" \

0 commit comments

Comments
 (0)