(no title)
sshb
|
2 years ago
I was always wondering if it’s possible to figure pledges in compile-time for Go, e.g., declare in your module “I will never access network” and make compiler verify that. (Wouldn’t work for assembly for sure, but probably is okay for most of the modules)
FiloSottile|2 years ago
film42|2 years ago
[1] https://davidlattimore.github.io/making-supply-chain-attacks...
nonameiguess|2 years ago
PhilipRoman|2 years ago
But yes technically such a setup is possible (not with any mainstream OS though). It would have to be very restrictive w.r.t mounts and virtual file systems.