Hacker News new | ask | show | jobs
by okl 1245 days ago
How do you ensure that your compiler and libs are clean though?
1 comments

The compiler (go) is part of a static read-only (compressed/in-memory) RootFS. Build on a air-gap build server, touching only signed/verified/reviewed code from git-offline mirror snaps. Go has no libs, all static. The resulting runtime only binaries are totally uniq/randomized and dependency free, straight from (signed) source code.