Reapply "Disable gVisor's DirectFS feature.""

This reverts commit 68f8338d20.

Fixes #982
This commit is contained in:
Alexis Métaireau 2024-11-09 21:42:05 +01:00
parent 8b22cdb81f
commit af13e316aa
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -142,6 +142,9 @@ runsc_argv = [
"--rootless=true",
"--network=none",
"--root=/home/dangerzone/.containers",
# Disable DirectFS for to make the seccomp filter even stricter,
# at some performance cost.
"--directfs=false",
]
if os.environ.get("RUNSC_DEBUG"):
runsc_argv += ["--debug=true", "--alsologtostderr=true"]