mirror of https://github.com/ThunixdotNet/www.git
Update gdpr.md
This commit is contained in:
parent
281ca362bd
commit
bf8fef650b
|
@ -1,27 +1,29 @@
|
|||
# GDPR Statement and Privacy Policy
|
||||
# Privacy Policy
|
||||
|
||||
Thunix takes privacy seriously, and as such remains committed to being in compliance with the GDPR, which took affect on May 25th, 2018.
|
||||
Thunix takes user privacy seriously.
|
||||
|
||||
## What data do we collect from you?
|
||||
## What data do we collect?
|
||||
|
||||
Thunix collects your email address, during signup, and IPs you log into the system from, in accordance with technical requirements.
|
||||
We collect your email address during signup and log the IP addresses used to access the system.
|
||||
We also store any data you create or maintain in your home directory, which may include emails to and from your Thunix account.
|
||||
|
||||
We also store whatever data you create or maintain in your home directory on Thunix, which may include emails to and from your Thunix account.
|
||||
## How long do we retain data?
|
||||
|
||||
## How long do we retain data about you?
|
||||
- Email addresses: Retained for account management.
|
||||
- Login IP addresses: Retained for a maximum of 30 days.
|
||||
|
||||
Your email address is retained only long enough to process you account creation request. IPs you log into from are retained for a maximum of 30 days.
|
||||
## Requesting a copy of your data
|
||||
|
||||
## How can I request a copy of my data?
|
||||
You may submit a request via our [contact page](/contact). We will provide a copy of the data we store within 14 days.
|
||||
|
||||
You can submit a request at [contact page](/contact). We will endeavor to provide you a copy of all data we store within 14 days.
|
||||
## Requesting data deletion
|
||||
|
||||
## How can I request removal of my information?
|
||||
You may submit a deletion request via our [contact page](/contact). Account deletion will also remove all your data, typically within 14 days.
|
||||
|
||||
You can submit a request at [contact page](/contact), and we will endeavor to remove all personal data of yours from our system within 14 days. However, this will include removal of your user account from our system as well, which will prevent access to most of the services provided by Thunix.
|
||||
## How do we protect your data?
|
||||
|
||||
If you request deletion of your account, all of your data will be purged within 14 days from our system.
|
||||
Data is **not encrypted at rest**. Access is controlled by standard UNIX file permissions. Users should **not store sensitive or confidential information** on Thunix.
|
||||
|
||||
## How do you protect my data?
|
||||
Logs are retained only for as long as necessary for troubleshooting (30 days).
|
||||
|
||||
All data on thunix is encrypted at rest. Logs are maintained only for as long as is technically required (30 days, for troubleshooting of issues). Personally created data, is protected by the UNIX permissions model, as dictated by yourself, however, by default, your personally created data is viewable by all other users of the system, per design.
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue