Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brainstorming: Virtualize VM plugins that are disabled in Sandbox #18

Open
LinqLover opened this issue Mar 20, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@LinqLover
Copy link
Owner

LinqLover commented Mar 20, 2021

At the moment, many VM plugins are disabled during the Sandbox simulation. However, it would be possible to virtualize some of them. See [squeak-dev] [ANN] SimulationStudio and sandboxed execution for Squeak for further thoughts on this matter.

Plugins that would be interesting for virtualization:

  • FilePlugin: Redirect all write accesses to a certain subfolder. Think about useful limitations (e.g. file sizes).

  • SocketPlugin/SqueakSSL: Only allow requests to the internet, not to the LAN. Probably only white-lists? Consider Störerhaftung and possible time-outs.

  • File-format specific plugins such as JPEG, MIDI, OGG, ZIP, etc.?

TODO: Add further plugins on demand.

@LinqLover LinqLover added the enhancement New feature or request label Mar 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant