mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 14:01:06 +00:00
PVF worker: Add seccomp restrictions (restrict networking) (#2009)
This commit is contained in:
@@ -149,7 +149,8 @@ async fn run<Context>(
|
||||
exec_worker_path,
|
||||
),
|
||||
pvf_metrics,
|
||||
);
|
||||
)
|
||||
.await;
|
||||
ctx.spawn_blocking("pvf-validation-host", task.boxed())?;
|
||||
|
||||
loop {
|
||||
|
||||
Reference in New Issue
Block a user