Skip to content

Commit

Permalink
Create general Privacy Policy; add mirror note
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew David Wong committed Jun 17, 2021
1 parent d2614cb commit 7d3fd4f
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 18 deletions.
62 changes: 62 additions & 0 deletions introduction/privacy.md
@@ -0,0 +1,62 @@
---
lang: en
layout: doc
permalink: /privacy/
redirect_from:
- /en/privacy/
- /doc/privacy/
- /wiki/privacy/
title: Privacy Policy
---

The short version is that we try to respect your privacy as much as possible. We absolutely do not sell any user data. In fact, we go out of our way to help you keep your data private from everyone, including us. For example, from the moment you [install Qubes OS](/doc/installation-guide/), we offer to set up [Whonix](https://www.whonix.org/) so that all of your updates are routed through [Tor](https://www.torproject.org/).

## Website

For the legally-required boilerplate, see [Website Privacy Policy](/website-privacy-policy/).

This is just a static website generated with Jekyll and hosted from GitHub Pages. We try to use as little JavaScript as possible. We host all resources locally (no third-party CDNs) so that you only have to connect to one domain. This site should be easy to browse using Tor Browser and with scripts blocked. We also have an [onion service](http://qubesosfasa4zl44o4tws22di6kepyzfeqv3tg4e3ztknltfxqrymdad.onion/) (access is not logged). We even go out of our way to make it easy to download [this website's git repo](https://github.com/QubesOS/qubesos.github.io), including all the website source code, so that you can host this entire site from your own local machine offline. Better yet, we've specifically written all of the [documentation](/doc/) in Markdown so that the plain text can be enjoyed from the comfort of your terminal. Here's the [repo](https://github.com/QubesOS/qubes-doc). (By the way, Git tags on our repos are PGP-signed so you can [verify](/doc/verifying-signatures) the authenticity of the content.) Obviously, we don't use any ads or trackers, but this is still a public website, so man-in-the-middle attacks and such are always a possibility. Please be careful. See [FAQ: Should I trust this website?](/faq/#should-i-trust-this-website)

## Update Servers & Repositories

We provide repositories at <https://yum.qubes-os.org> and <https://deb.qubes-os.org>.

We collect the following types of data:

- The IPv4 addresses that connect to the Qubes update servers
- The number of requests from each IPv4 address
- Standard server access and error logs

We collect this data solely for the purpose of generating [Qubes userbase statistics](/statistics/).
The data is retained for up to two months so that we can re-calculate the previous month's statistics in case anything goes wrong.
After that, the data is permanently and securely destroyed.
We never sell the data to anyone or share it with any third party.

If you would like to hide your IP address from us, we strongly encourage it and are happy to help you do so!
Simply choose the Whonix option to route all of your updates over Tor [when installing Qubes OS](/doc/installation-guide/).

## Onion Services

We provide an [onion service](http://www.qubesosfasa4zl44o4tws22di6kepyzfeqv3tg4e3ztknltfxqrymdad.onion) for the website and onion service mirrors of the repositories.
Access to these servers is not logged.

## Download Mirrors

There are also other third-party [download mirrors](/downloads/#mirrors) hosted by volunteers.
We have no control over or access to data collected by these mirrors.

## Qubes OS

We have specifically designed Qubes OS so that it is not possible to collect any data directly from Qubes OS installations.
In other words, Qubes OS does not have the ability to "phone home" and is intentionally architected to forbid that from happening.
This is mainly because we have ensured that dom0 has no network access.

We don't want the ability collect any data directly from Qubes OS installations, because if anyone has that power, then the system is not secure.
We all use Qubes OS ourselves as a daily driver for our work and personal lives, so our interests are aligned with yours.
We want privacy too!
Thankfully, Qubes OS is free and open-source software, so you don't have to take our word for it.

Of course, third-party software (including other operating systems) running inside of qubes may not be as privacy-respecting, so please be mindful of what you install.
We have no control over such third-party software.

For more information, please see [FAQ: How does Qubes OS provide privacy?](/faq/#how-does-qubes-os-provide-privacy).
19 changes: 1 addition & 18 deletions introduction/statistics.md
Expand Up @@ -51,24 +51,7 @@ For this purpose, we count an IP address as belonging to a Tor exit node if ther

### What kinds of data do you collect about Qubes users?

We collect:

- The IPv4 addresses that connect to the Qubes update servers
- The number of requests from each IPv4 address
- Standard server access and error logs

We do not collect any other kinds of data about Qubes users.

### How long is data about users retained?

The data is retained for up to two months so that we can re-calculate the previous month's statistics in case anything goes wrong.
After that, the data is deleted.

### What do you do with data about users?

We use it to create the statistics graph you see on this page.
Nothing more.
We do not sell or give this data to anyone.
Please see our [Privacy Policy](/privacy/).

### Where can I find the raw data and source code?

Expand Down
1 change: 1 addition & 0 deletions user/downloading-installing-upgrading/download-mirrors.md
Expand Up @@ -6,6 +6,7 @@ ref: 148
title: Download Mirrors
---

**Note:** The Qubes OS Project has no control over or access to data collected at these mirrors.

List of Download Mirrors
------------------------
Expand Down

0 comments on commit 7d3fd4f

Please sign in to comment.