Created attachment 7891 [details] unshare: Add support for -C flag The Busybox implementation of the unshare command does not have support for the -C, --cgroup flag which is provided in the utils-linux implementation. I've attached a patch which adds the missing flag. It's just a mechanical duplication of the code that implements the other flags, but it appears to work correctly for me.