summaryrefslogtreecommitdiff
path: root/cli/tools/standalone.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/standalone.rs')
-rw-r--r--cli/tools/standalone.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/standalone.rs b/cli/tools/standalone.rs
index 03118f4b6..eeedf8bd5 100644
--- a/cli/tools/standalone.rs
+++ b/cli/tools/standalone.rs
@@ -257,6 +257,7 @@ pub fn compile_to_runtime_flags(
allow_ffi: flags.allow_ffi.clone(),
allow_read: flags.allow_read.clone(),
allow_run: flags.allow_run.clone(),
+ allow_sys: flags.allow_sys.clone(),
allow_write: flags.allow_write.clone(),
ca_stores: flags.ca_stores.clone(),
ca_file: flags.ca_file.clone(),