diff --git a/tests/integration.rs b/tests/integration.rs index 458f6da68..5bc679baa 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -5841,6 +5841,10 @@ mod common_parallel { .args(["--memory", "size=512M"]) .args(["--kernel", kernel_path.to_str().unwrap()]) .args(["--cmdline", DIRECT_KERNEL_BOOT_CMDLINE]) + .args([ + "--landlock-rules", + format!("path={:?},flags=rw", "/dev/net/tun").as_str(), + ]) .default_disks() .capture_output();