ioi / isolate

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

Cannot set disk quota: No such process #156

Closed sadfun closed 2 months ago

sadfun commented 2 months ago

Reproduces when installing isolate on any linux distro, and trying to create sandbox with quota:

$ isolate --init --quota 256,256

The output is Cannot set disk quota: No such process and half-created sandbox.

sadfun commented 2 months ago

Looks like this message indicates that filesystem quotas are not enabled.