tmp/gdpr.php

52 lines
2.9 KiB
PHP

<?php include 'HEADER.php'; ?>
<title>GDPR Statement and Privacy Policy - thunix</title>
<?php include 'HEADER2.php'; ?>
<div class="post">
<h2 class="title">GDPR Statement and Privacy Policy</h2>
<div style="clear: both;">&nbsp;</div>
<div class="entry">
<p>Thunix takes privacy seriously, and as such remains committed to being in compliance with the GDPR, which took affect on May 25th, 2018.</p>
</div>
</div>
<div class="post">
<h2 class="title">What data do we collect from you?</h2>
<div style="clear: both;">&nbsp;</div>
<div class="entry">
<p>Thunix collects your email address, during signup, and IPs you log into the system from, in accordance with technical requirements.</p>
<p>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.</p>
</div>
</div>
<div class="post">
<h2 class="title">How long do we retain data about you?</h2>
<div style="clear: both;">&nbsp;</div>
<div class="entry">
<p>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.</p>
</div>
</div>
<div class="post">
<h2 class="title">How can I request a copy of my data?</h2>
<div style="clear: both;">&nbsp;</div>
<div class="entry">
<p>You can submit a request at <a href="/contact.php">contact page</a>. We will endeavor to provide you a copy of all data we store within 14 days.</p>
</div>
</div>
<div class="post">
<h2 class="title">How can I request removal of my information?</h1>
<div style="clear: both;">&nbsp;</div>
<div class="entry">
<p>You can submit a request at <a href="/contact.php">contact page</a>, 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.</p>
<p>If you request deletion of your account, all of your data will be purged within 14 days from our system.</p>
</div>
</div>
<div class="post">
<h2 class="title">How do you protect my data?</h1>
<div style="clear: both;">&nbsp;</div>
<div class="entry">
<p>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.</p>
</div>
</div>
<div style="clear: both;">&nbsp;</div>
</div>
<?php include 'MENU.php'; ?>
<?php include 'FOOTER.php'; ?>