fix: add new ca-certificates folders for nsjail

This commit is contained in:
Ruben Fiszel
2022-07-13 11:40:06 +02:00
parent 29d048c485
commit 2eac1ef363

View File

@@ -50,6 +50,13 @@ mount {
is_bind: true
}
mount {
src: "/etc/ca-certificates"
dst: "/etc/ca-certificates"
is_bind: true
mandatory: false
}
mount {
src: "/etc/resolv.conf"
dst: "/etc/resolv.conf"