logoalt Hacker News

yjftsjthsd-htoday at 6:06 PM1 replyview on HN

> This would be the only privileged code in my operating system

What does that mean? Are you building a system without a root user or something?


Replies

lrvicktoday at 7:43 PM

Correct. It does the bare minimum system calls to boot the system, then exec to an unprivileged service manager on a read only nosuid, nodev filesystem.

I design confidential compute systems.