- Version 0.8:
- using config.h to hold some defines
- expose mounting api interface
- support disk image loopback mount
- redesign mounting functions filesystem
- source code using public header too
- rewrite cjail_exec() using socketpair and signalfd
- CLI return child process exit code (can be disable by option)
- CLI not print all resource statistics by default
- CLI add mount option
- Future Version:
- call trace callback in the calling process
- using config.h to disable optional features
- add user namespace support
- unit tests & integration tests
- detect if required kernel features are supported before compiling