PVF: fix detection of unshare-and-change-root security capability (#2304)

This commit is contained in:
Marcin S
2023-11-14 15:03:19 +01:00
committed by GitHub
parent 39cc95740a
commit 7cfc233cdc
8 changed files with 32 additions and 10 deletions
@@ -150,7 +150,7 @@ async fn run<Context>(
),
pvf_metrics,
)
.await;
.await?;
ctx.spawn_blocking("pvf-validation-host", task.boxed())?;
loop {