Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 740 Bytes

TODOLIST.md

File metadata and controls

16 lines (16 loc) · 740 Bytes
  • 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