Initial commit

This commit is contained in:
Jonathan Schleifer 2021-08-06 20:35:21 +02:00
commit 75529d1824
No known key found for this signature in database
GPG key ID: 636703577395312F
2 changed files with 70 additions and 0 deletions

5
README.md Normal file
View file

@ -0,0 +1,5 @@
bubblewine is a wrapper around wine that uses bubblewrap to properly sandbox
wine. By default, wine gives full access to the entire file system, while many
Windows binaries are potentially untrustworthy. The aim of bubblewine is to
properly sandbox wine so that one can execute Windows binaries on Linux with
ease of mind that it is unlikely the system gets compromized.