5) List all proposed measurements and indicate the category of data collection for each measurement, using the [Firefox data collection categories](https://wiki.mozilla.org/Firefox/Data_Collection) found on the Mozilla wiki.
<table>
<tr>
<td>Measurement Description</td>
<td>Data Collection Category</td>
<td>Tracking Bug #</td>
</tr>
<tr>
<td>A download token that uniquely corresponds to a Google Analytics ID</td>
<td>Category 4 "Highly sensitive or clearly identifiable personal data"</td>
<td>Bug 1677497</td>
</tr>
</table>
我自己重製不出來 (都是被導去 CloudFront),但留言區裡面的 Yuliya 透過 Tor 有重製出來:
Painless relocation of Linux binaries–and all of their dependencies–without containers.
技術上是把 Linux ELF 檔案搬到其他機器上以外,也幫你把對應的 dynamic library 都一起包進去:
Finding and bundling all of a binary's dependencies.
Launching the binary in such a way that the proper dependencies are used without any potential interaction from system libraries on the destination machine.
而 Linux 的 Kernel 因為有儘量維持 ABI compatibility,應該是不會有太大的問題,除非剛好用到新的 API...