SeL4 Whitepaper [pdf]
11–20 of 31 posts
Re: SeL4 Whitepaper [pdf]
#12i've been working on and off (mostly off) on https://robigalia.org/ for five years now, and interned with the sel4 verification team. feel free to swing by freenode#robigalia if you you want to chat sel4 or trustworthy software, there's a small group collected over the years that would love to answer your questions :)
Thanks for posting. ~yearly I look at your site (idly, not likely to have anything to contribute) because Robigalia sounded very interesting when first discussed here at https://news.ycombinator.com/item?id=10848890
Re: SeL4 Whitepaper [pdf]
#13i've been working on and off (mostly off) on https://robigalia.org/ for five years now, and interned with the sel4 verification team. feel free to swing by freenode#robigalia if you you want to chat sel4 or trustworthy software, there's a small group collected over the years that would love to answer your questions :)
Re: SeL4 Whitepaper [pdf]
#14What will it take for there to be a sel4 router/firewall I can build/buy? Anything directly connected to the internet needs these kind of security guarantees.
Re: SeL4 Whitepaper [pdf]
#15[0] https://ts.data61.csiro.au/publications/csiro_full_text/Klei...
Re: SeL4 Whitepaper [pdf]
#16What will it take for there to be a sel4 router/firewall I can build/buy? Anything directly connected to the internet needs these kind of security guarantees.
They had a "Use case: Genode-based network router" target for May, but it is still outstanding.
Re: SeL4 Whitepaper [pdf]
#17Does anyone have more information about where sel4 is used in production?
Re: SeL4 Whitepaper [pdf]
#18What will it take for there to be a sel4 router/firewall I can build/buy? Anything directly connected to the internet needs these kind of security guarantees.
The two big things are a network stack that can act as a router (SeL4 has no network stack at all) and drivers. I;d imagine that a decent portion could be ripped from another open source operating system and run in userspace in SeL4 and get some benefits, but I'm not aware of any real effort to do that. Otherwise the usual way to use SeL4 as a hypervisor and just run linux under itm which gets you some benefits but p…
Re: SeL4 Whitepaper [pdf]
#19In a past life, I pushed hard for more investment in seL4 for certain defense applications. The nuance isn't to be underestimated though – I can say from experience that it's often a hard sell to folks that aren't already versed in the ins and outs of formal methods, security, kernels/operating systems, etc. There are plenty of lower hanging fruit (like networking hardware) than the applications I worked on, yet comm…
I don't think the market has reached the point where the overhead of these technologies has been offset by the pain of endless security incidents. I don't even think we're close to being willing to take on a 'better way (YMMV)' instead of 'move fast and break things (no matter the cost to the consumer)'.
Re: SeL4 Whitepaper [pdf]
#20In particular, does Xen provide anything seL4 doesn't?