crabcan icon indicating copy to clipboard operation
crabcan copied to clipboard

A container written in Rust, for learning purpose

Results 2 crabcan issues
Sort by recently updated
recently updated
newest added

Ubuntu20.04 when config conditionnal syscall deny I met a compile error ``` error: linking with `cc` failed: exit status: 1 ... ... = note: /usr/bin/ld: cannot find -lseccomp ``` solution:...

Hi, thanks for your great tutorial. I have some suggestions (already implemented in my version of the code, that you can find [here](https://github.com/DavideCanton/crabcan)). The child process env is not initialized...