ioi / isolate

Sandbox for securely executing untrusted programs
Other
1.04k stars 154 forks source link

Isolate does not link system directories #131

Closed OwOchle closed 9 months ago

OwOchle commented 9 months ago

When creating a box, it doesn't link directories like /bin or /usr making me unable to do a thing. Do I need to link the directories by myself ? I'm running isolate in an alpine docker container.

OwOchle commented 9 months ago

After further testing, it appears that it just doesn't define the environment variables passed by env. Trying to directly use ls from /bin is working fine.