[ App ]
- Added Volatile mode
- Added bind-mount option
[ Backend ]
- Fixed issues related to Cgroups
- feat: Implement and integrate cgroup attachment to ensure processes entering containers are correctly placed in the host's cgroup hierarchy for D-Bus/logind functionality and refine container-specific cgroup path creation
- fix: update requirement check to use grep_file /proc/filesystems for devtmpfs check
- fix: log volatile mode and custom bind mounts in start_rootfs
- fix: Create bind mount target directories with source permissions and ownership instead of hardcoded defaults.
- terminal: Fix TTY/PTY issues: sudo staircase, login hang, and enter race