We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: