Y
Hacker News
new
|
ask
|
show
|
jobs
by
rosenjon
2473 days ago
This is kind of cool. How do you prevent people from running malicious code?
2 comments
simcop2387
2473 days ago
Id imagine that they take the same kind of approach that I do with
https://perl.bot/
using the Linux namespace apis, seccomp and more.
link
vishr
2473 days ago
Very good question! I just take care of it. memory, cpu & disk. (Including fork bomb)!
link