Replies: 9 comments
-
I'm not well informed on the reproducibility of Chromium. From what I have seen, it should be close to or already be capable of building reproducibly, We'll also need to evaluate the packaging processes we have to see if they're deterministic, which would make it easier to compare builds. |
Beta Was this translation helpful? Give feedback.
-
The Guix package builds reproducibly at least. Tested with |
Beta Was this translation helpful? Give feedback.
-
@Eloston here is the page where they coordinate work: https://www.chromium.org/developers/testing/isolated-testing/deterministic-builds Here is the issue tracker: https://bugs.chromium.org/p/chromium/issues/detail?id=314403 It looks like linux and android build reproducibility is done and other platforms are on their way. I'm going to try to see if I can reproduce their "reproducable" build (lol should be straightfoward) and see if we can use it to solve the trust issue with ungoogled-chromium builds. |
Beta Was this translation helpful? Give feedback.
-
Update: https://raw.githubusercontent.com/Eloston/ungoogled-chromium/master/pruning.list may prove to be a challenge. |
Beta Was this translation helpful? Give feedback.
-
Yet another update: I've dockerized the build process on debian (so we can pin exact hashes of the version of debian we're building on). I'll be submitting a pull request once the build finishes (since an end-to-end dockerfile would be useful anyways to have). |
Beta Was this translation helpful? Give feedback.
-
good luck guys |
Beta Was this translation helpful? Give feedback.
-
@InnovativeInventor Thanks for the links. Great to hear that Google's made great progress on this.
That could work, but I think that attestations are marginally useful here because trust is hard to establish (we are all pretty anonymous). Maybe it's more useful if several third-party build servers build the binary and verify the binaries. However, it's still not going to be as valuable as reports that fail reproducibility. |
Beta Was this translation helpful? Give feedback.
-
@Eloston I was thinking more along the lines of a voice vote: (https://en.wikipedia.org/wiki/Voice_vote). The idea being, once we get reproducible binaries, we give a place for people to attest/challenge in an open manner. Obviously anybody can build it themselves and check the binaries, but this allows users to feel comfortable that if ungoogled-chromium was compromised, you, me, and a bunch of other people would have to be colluding and somehow nobody outside of the colluding party bothered to run the reproducing script. Using third-party build servers also helps as well (as another way to attest to the authenticity of a binary). Combining the above options makes it easier to have trust in the build/release process. |
Beta Was this translation helpful? Give feedback.
-
I understand your perspective, but how do you plan to implement such a system? |
Beta Was this translation helpful? Give feedback.
-
What are they?
Sent from my Galaxy S3 using FastHub-Libre
Beta Was this translation helpful? Give feedback.
All reactions