-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
- Rewrite in rust
A rewrite in rust could allow cross-platform support (mac/linux/bsd nodes), and eliminated the ever present segfault - Use unprivilaged users (linux, possibly mac)
By using a user with lesser permissions it would improve security by also disallowing acess to others uploaded programs - Docker
Docker is cross platform, you could use docker to run in a container which guarantees that programs cannot interact with each other, also with docker you can set resource limits per-container
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request