From 2494867c5ff678a3db1e49fcd0217fcce727b894 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 18 Apr 2023 10:48:51 -0700 Subject: [PATCH] Add a WASI test for a creating an absolute-path symlink. (#6071) Wasmtime disallows guests from using `path_symlink` to create absolute-path symlinks, as they could confuse other code into accessing resources on the host that the guest otherwise doesn't have access to. This patch adds a test for this behavior.