Fixed
- 🔍 Port detection broken since v0.11.2 —
setcap cap_setgid+epon the system Python binary (added for multi-useros.setgroups()) made all Python processes non-dumpable, blocking/proc/[pid]/fd/access needed to resolve socket inodes to PIDs. Ports from user-spawned Python servers were silently filtered out. Fixed by copying the Python binary and grantingcap_setgidonly to the copy (python3-ot), used exclusively by the open-terminal server. The systempython3stays capability-free so user processes remain dumpable. Slim and Alpine images hadsetcapremoved entirely since they don't support multi-user mode. (#85, #63) - 📖 README — Image Variants table incorrectly listed multi-user mode as supported on slim and alpine images. Multi-user mode requires
sudo, which only the full image includes.