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.
This commit is contained in:
Dan Gohman
2023-04-18 10:48:51 -07:00
committed by GitHub
parent 62f8928bee
commit 2494867c5f

Diff Content Not Available