diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2005-09-18 12:19:32 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2005-09-18 12:19:32 +0000 |
| commit | 82835af3f1f620cef4d6645a1b93e5fff7d860f0 (patch) | |
| tree | 2067b0941fe08926dd985af922c003ad73919737 /usr.sbin | |
| parent | d4c4f2c09951a0ebf25aa0d3f52a8bd482a81a86 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/portsnap/portsnap/portsnap.8 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/portsnap/portsnap/portsnap.8 b/usr.sbin/portsnap/portsnap/portsnap.8 index b8d9f2865eb2c..7f4fd20457a74 100644 --- a/usr.sbin/portsnap/portsnap/portsnap.8 +++ b/usr.sbin/portsnap/portsnap/portsnap.8 @@ -193,6 +193,21 @@ This is much more efficient than the files on the portsnap server, since the vast majority of files are not needed by any particular client. .El +.Sh PRIVACY NOTICE +As an unavoidable part of its operation, a machine running +.Nm +will make its public IP address and the list of files it fetches +available to the server from which it fetches updates. +Using these it may be possible to recognize a machine over an extended +period of time, determine when it is updated, and identify which +portions of the FreeBSD ports tree, if any, are being ignored using +"REFUSE" directives in +.Pa portsnap.conf . +In addition, the FreeBSD release level is transmitted to the server. +.Pp +Statistical data generated from information collected in this manner +may be published, but only in aggregate and after anonymizing the +individual systems. .Sh FILES .Bl -tag -width "/etc/portsnap.conf" .It /etc/portsnap.conf |
