sandboxed-prefix is a program that can be used to sandbox Wine applications. It sets up seccomp and Landlock restrictions and then executes Wine.
You can compile this program using the following command:
gcc sandboxed-prefix.c -lapparmor -lseccomp -o sandboxed-prefix
A build system support will be added later.