|
|
|
|
|
by dllthomas
4359 days ago
|
|
Strictly speaking, it lets you know that your compiler binary matches its source. You can then read the source to decide if you trust the compiler (and others can audit it, can audit binaries generated from it, &c, &c). At which point, as raving-richard says, you can start to trust that your other utilities match their source as well. Which source also should be audited, &c, &c. |
|
As this stands, if you deterministically build firefox, you just know that if your toolchain is corrupted, it is consistent. :)
Right?