Y
Hacker News
new
|
ask
|
show
|
jobs
by
matthewmc3
206 days ago
Honest question - if it comes in binary form, how can you know it's the same core ZFS code BSD uses?
1 comments
E39M5S62
206 days ago
Same as anything else installed as a binary package - you trust the people packaging/providing the binary. If you don't, build it yourself. The source is publicly available.
link
pabs3
206 days ago
Or you build it yourself and verify you got the same checksum.
https://reproducible-builds.org/
link