Cristian Dinu

Results 2 issues of Cristian Dinu

I browsed the docs, but I could not figure out for myself. I know we have queries that will let us go trough all the components of type `C` from...

I created this script to automate the `cgroups` creation: ```bash #!/bin/bash # Create a new cgroup cgcreate -g cpu,memory,blkio,devices,freezer:/sandbox # Add the jail to the cgroup # TODO: Find a...