Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
249 views
in Technique[技术] by (71.8m points)

Safe Execution in Ruby

I am trying to make a website where people can run there uploaded code. Something like SPOJ / ACM. How do I make sure that code doeesn't damage my system ( restricting access to sockets , system calls )

I have look around many solution on net, some suggested chroot but I don't understand. Also this require config, can this be done with config etc.

Note I am not asking for any particular language, running in executable.

My development setup is MAC and Linux for hosting, it would nice if solution can run on both. Not a requirement.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

I would suggest that using a Virtual machine that had the bare minimum of a system, to allow only ruby to run and nothing else. I would use a linux system where you can lock down the execution of programs to a greater degree, with extended permissions.

finally after each program has been run, then reset the virtual machine to a checkpoint pristine setup, so wiping any accidents that may have occurred.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...