-
Notifications
You must be signed in to change notification settings - Fork 146
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
Embed secure VM - Opt-Out File-IO #921
Comments
|
Ah, thanks, I will check the run_io feature.
|
In theory, yes.
No, https://gluon-lang.org/doc/crates_io/std/std/thread.html is rather primitive right now and has no support for limiting its use (other than not using it)
No, same as for threading. You will have to prevent this modules use/replace it with our own. |
Using Gluon as secure embedded engine, for security reasons it should be possible to remove file-io capabilities from std-libraries of Gluon VM.
Also, any form of library for network IO or handling of sub-processes should be optional as well.
The text was updated successfully, but these errors were encountered: