northwesternfintech / NUTC

Northwestern Trading Competition Monorepo
5 stars 2 forks source link

Isolate wrappers from each other #101

Closed egelja closed 1 week ago

egelja commented 8 months ago

Ideally, we run each wrapper proeces in an nsjail container to keep us from being pwned and them from interfering with each other.

We should restrict each wrapper to having its own fs, and complete process isolation.

stevenewald commented 4 months ago

Easier as of #201 , @glasss13 or @andrlime want to take this on?