Skip to content

A sandbox program for Wine in GNU/Linux that uses seccomp and Landlock

License

Notifications You must be signed in to change notification settings

ChrysoliteAzalea/sandboxed-prefix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sandboxed-prefix

sandboxed-prefix is a program that can be used to sandbox Wine applications. It sets up seccomp and Landlock restrictions and then executes Wine.

Compiling

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.

Warning! This is a purely experimental project that has not been tested in any real use-cases yet!

About

A sandbox program for Wine in GNU/Linux that uses seccomp and Landlock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages