|
|
@ -17,6 +17,12 @@ A) A computer 'vote' for a package if according to the data provided in the |
|
|
|
report, a program provided or depending on the package was used less than |
|
|
|
thirty days ago. This computation is performed by the popcon server. |
|
|
|
|
|
|
|
Q) Can submissions be eavesdropped ? |
|
|
|
|
|
|
|
A) Yes, however if the package gnupg is installed and ENCRYPT is set to 'yes' |
|
|
|
in /etc/popularity-contest.conf, the reports are encrypted using public key |
|
|
|
cryptography, so the eavesdropper should not be able to decrypt them. |
|
|
|
|
|
|
|
Q) What are the privacy considerations for popularity-contest ? |
|
|
|
|
|
|
|
A) Each popularity-contest host is identified by a random 128bit uuid |
|
|
@ -30,20 +36,16 @@ A) Each popularity-contest host is identified by a random 128bit uuid |
|
|
|
Every day, the server computes a summary and post it on |
|
|
|
<http://popcon.debian.org/all-popcon-results.txt.gz>. This summary |
|
|
|
is a merge of all the submissions and does not include uuids. |
|
|
|
|
|
|
|
|
|
|
|
Known weaknesses of the system: |
|
|
|
|
|
|
|
1) Your submission might be eavesdropped. We evaluate the possibility |
|
|
|
to use public-key cryptography to protect the submission while in |
|
|
|
transit. |
|
|
|
|
|
|
|
2) Someone who knows that you are very likely to use a particular package |
|
|
|
|
|
|
|
1) Someone who knows that you are very likely to use a particular package |
|
|
|
reported by only one person (e.g. you are the maintainer) might infer you |
|
|
|
are not at home when the package is not reported anymore. However this is |
|
|
|
only a problem if you are gone for more than two weeks if the computer is |
|
|
|
shut-down and 23 days if it is let idle. |
|
|
|
|
|
|
|
3) Unofficial and local packages are reported. This can be an issue |
|
|
|
|
|
|
|
2) Unofficial and local packages are reported. This can be an issue |
|
|
|
due to 2) above, especially for custom-build kernel packages. |
|
|
|
We are evaluating how far we can alleviate this problem. |
|
|
|
|
|
|
|