Gary E. Miller via devel <devel@ntpsec.org>: > Lost me. seccomp applies to Go as much as it applies to C.
Why do you think so? My understanding is that the reason you want to block unexpected system calls is becase C buffer overruns can be used to make weird machines. You can't do that in Go, because there's no pointer arithmetic and array accesses are all bounds-checked. Thus the utility of blocking unexpected system calls pretty much vanishes. Is there something wrong with this reasoning? -- <a href="http://www.catb.org/~esr/">Eric S. Raymond</a>
signature.asc
Description: PGP signature
_______________________________________________ devel mailing list devel@ntpsec.org http://lists.ntpsec.org/mailman/listinfo/devel