What this means for namespace-guard
A useful mental model here is shared state versus dedicated state. Because standard containers share the host kernel, they also share its internal data structures like the TCP/IP stack, the Virtual File System caches, and the memory allocators. A vulnerability in parsing a malformed TCP packet in the kernel affects every container on that host. Stronger isolation models push this complex state up into the sandbox, exposing only simple, low-level interfaces to the host, like raw block I/O or a handful of syscalls.,更多细节参见heLLoword翻译官方下载
* 3. 单调递增栈:存储独立车队的到达时间,cur栈顶才push(否则合并)。,这一点在safew官方版本下载中也有详细论述
Credit: Samsung