Cells for NetBSD: kernel-enforced, jail-like isolation
akagusu
45 points
12 comments
April 07, 2026
Related Discussions
Found 5 related stories in 52.4ms across 3,871 title embeddings via pgvector HNSW
- Jails for NetBSD – Kernel Enforced Isolation and Native Resource Control vermaden · 102 pts · March 05, 2026 · 78% similar
- FreeBSD Capsicum vs. Linux Seccomp Process Sandboxing vermaden · 117 pts · March 09, 2026 · 50% similar
- Show HN: Per-user isolated environments for AI agents anup_sia · 13 pts · April 07, 2026 · 49% similar
- Show HN: Sub-millisecond VM sandboxes using CoW memory forking adammiribyan · 106 pts · March 17, 2026 · 48% similar
- Show HN: Zeroboot – sub-millisecond VM sandboxes using CoW memory forking adammiribyan · 19 pts · March 17, 2026 · 46% similar
Discussion Highlights (7 comments)
akagusu
Cells for NetBSD is an early-stage but steadily maturing system for lightweight, kernel-enforced isolation on NetBSD. It closes the operational gap between simple chroot environments and full virtualization platforms such as Xen.
eladx
I’ve seen a few posts about security extensions for NetBSD over the past several months and most of them build on top of the kauth(9) and secmodel(9) frameworks. I was one of the people who worked on these about twenty years ago (!) and I just wanted to say it’s heartwarming to see people still find our work useful and valuable today. Thank you. :)
phkamp
And before anybody speculates too much about Matthias use of "jail-like": I think this can make a lot of sense, because there are many situations, in particular in embedded systems, where you can and should confine at a much smaller scale than jails are really convenient for. It will also be interesting to see if "Cells" can make inroads in the territory the original ACL abandoned, because writing the rules was so complex that it amount to parallel meta-anti-software development. Hat tip to Matthias from here.
Pay08
I'm far from familiar with Linux, is this very different from cgroups?
ggm
I think the write up and rationale and FAQ are near perfect. It's a KISS pure NetBSD model, it's deliberately reductionist and it discusses reasoning and why it differs or is an analogue of other systems. I probably won't be using it because my core investment on FreeBSD does what I need but I think it's interesting.
yjftsjthsd-h
This describes it as more lightweight than other options, but the "Declarative Apply Plan" feature actually seems more feature rich than FreeBSD jails. Very cool feature; actually something I would like on the host.
stevefan1999
Cell as in jail cell, huh