Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Show HN: Run C Online | Dark Hacker News
Show HN: Run C Online
(cstub.com)
7 points
by
thejew
11 years ago
| 4 comments
charliefg
11 years ago
|
next
[−]
I like that a lot. Nice idea, if a little dangerous. I'm assuming it's jailed because all the system headers are there.
Just a heads-up- your 'about' says Ruby code instead of C.
misframer
11 years ago
|
next
[−]
How do you make sure people don't do something bad?
WillHuxtable
11 years ago
|
parent
|
next
[−]
I imagine they're probably using a chroot jail.
stevekemp
11 years ago
|
root
|
parent
|
next
[−]
Looks like it is running under Docker, as you can see by running things like:
system("cat /proc/self/cgroup");