1
0
forked from clan/clan-core

add: seccomp: none

This commit is contained in:
a-kenji 2024-03-22 14:50:31 +01:00
parent bc75c637ef
commit e133410aa9

View File

@ -23,7 +23,9 @@ def start_virtiofsd(socket_path: Path) -> Iterator[None]:
"--cache",
"always",
"--sandbox",
sandbox,
"none",
"--seccomp",
"none",
"--shared-dir",
"/nix/store",
],