Secure way to run other people code (sandbox) on my server?

后端 未结 9 1514
一个人的身影
一个人的身影 2020-12-01 06:37

I want to make a web service that run other people code locally... Naturally, I want to limit their code access to certain \"sandbox\" directory, and that they wont be able

9条回答
  •  臣服心动
    2020-12-01 07:11

    Check out ulimit and friends for ways of limiting the underprivileged user's ability to DOS the machine.

提交回复
热议问题