PVF: more filesystem sandboxing (#1373)

This commit is contained in:
Marcin S
2023-09-28 18:24:29 +02:00
committed by GitHub
parent de71fecc4e
commit c1eb342b14
24 changed files with 1528 additions and 612 deletions
Generated
+3
View File
@@ -12035,6 +12035,7 @@ version = "1.0.0"
dependencies = [
"always-assert",
"assert_matches",
"cfg-if",
"futures",
"futures-timer",
"hex-literal",
@@ -12091,6 +12092,7 @@ name = "polkadot-node-core-pvf-common"
version = "1.0.0"
dependencies = [
"assert_matches",
"cfg-if",
"cpu-time",
"futures",
"landlock",
@@ -12132,6 +12134,7 @@ dependencies = [
name = "polkadot-node-core-pvf-prepare-worker"
version = "1.0.0"
dependencies = [
"cfg-if",
"futures",
"libc",
"parity-scale-codec",