Earlier quoted context omitted.
> But it's not "their" data. It's the webmaster's data. No > It rightfully belongs to the webmaster. No, you are completely wrong here. The basic point of the legislation (and other privacy legislation in the EU that came before GDPR) is that a users personal data absolutely does not belong to the someone else once collected.
I hate this binary choice between all or nothing Your personal info, username, account settings, marketing anayltics, etc. are definitley you're data and you should be free to have them deleted. The two year old IPs in a server log sitting in backup, or a chance occurrence of your username in a random call stack for some web exception is not your data, and you shouldn't force a business to have to dig through that mo…
GDPR: Removing Monal from the EU
261–270 of 957 posts
Re: GDPR: Removing Monal from the EU
#262While Monal is privacy focused, it is also free, open source and run by a single person — me. I simply do not have the resources or the time to jump through the regulatory hoops required by the EU. As a new and small construction company we simply don't have the resources to comply with all the building codes and the related paperwork. I just can't afford to meet all food safety requirements, I just want to provide f…
Re: GDPR: Removing Monal from the EU
#263I don't really get it. So what's the burden for the developer here - he argues that the IP is PII (personally identifiable information), which is true, but I don't think it means you can't log IPs in general anymore? So is now every standard apache2 installation a non-compliant (illegal?) service, as it logs GETs? I don't think that's the case. //edit: It seems to be the case that you are ok if you do log-rotation an…
Essentially: yes, that is the case. (Source: I am a privacy lawyer with >10yrs experience.)
Re: GDPR: Removing Monal from the EU
#264While Monal is privacy focused, it is also free, open source and run by a single person — me. I simply do not have the resources or the time to jump through the regulatory hoops required by the EU. As a new and small construction company we simply don't have the resources to comply with all the building codes and the related paperwork. I just can't afford to meet all food safety requirements, I just want to provide f…
Re: GDPR: Removing Monal from the EU
#265While Monal is privacy focused, it is also free, open source and run by a single person — me. I simply do not have the resources or the time to jump through the regulatory hoops required by the EU. As a new and small construction company we simply don't have the resources to comply with all the building codes and the related paperwork. I just can't afford to meet all food safety requirements, I just want to provide f…
Re: GDPR: Removing Monal from the EU
#266Earlier quoted context omitted.
The GDPR faq disagrees: https://www.eugdpr.org/gdpr-faqs.html
It doesn't. It says: > Any information related to a natural person or ‘Data Subject’, that can be used to directly or indirectly identify the person. It can be anything from a name, a photo, ... or a computer IP address. Emphasis mine. I said: > IPs don't count as long as you're collecting them for security purposes and don't have a way to identify a person using the IP.
- the ip addresses never uniquely identify someone or
- you have a legitimate interest to collecting this data.
Neither provides carte blanche for collecting IP address.
Re: GDPR: Removing Monal from the EU
#267While Monal is privacy focused, it is also free, open source and run by a single person — me. I simply do not have the resources or the time to jump through the regulatory hoops required by the EU. As a new and small construction company we simply don't have the resources to comply with all the building codes and the related paperwork. I just can't afford to meet all food safety requirements, I just want to provide f…
In doing that he's as equally compliant as any company who has jumped through the various GDPR hoops.
Re: GDPR: Removing Monal from the EU
#268European regulation typically treats personal data as being the property of the person being identified; US tradition considers data generated by a company to the be the property of that company, not of the person.
This made the whole massive unnecessary panic by primarily US-based small companies much more understandable to me.
Re: GDPR: Removing Monal from the EU
#269Earlier quoted context omitted.
That makes a valid point: You should open a bug with Apache to remove IP address and User-Agent from the default log formats, as they should not be logged by default or else GDPR issues arise.
You can log IP addresses if there is a legitimate use for them. You just need to ensure that they are protected and that you do not keep them for any longer than is necessary (= use logrotate).
The GDPR has really made me think about minimising the collection of data that I don't need - absolutely a good thing.
Re: GDPR: Removing Monal from the EU
#270This is going to sound crazy, but I spun up an instance of a simple open-source comments system[1] for a blog that I write, and I chickened out of deploying it because I wasn't sure if it complied with GDPR. I distrust Disqus over their ad-driven model and deep tracking of users, so for now I’m just doing without comments. Is it possible to self-host something that handles user data (name, comment, IP address) and co…
DPO is required only if you really store race, religion, credit card data, health records. If you keep name and IP you do not need a DPO.
There is so much FUD about GDPR, it will pass after a year. Now compliance vendors are having part, a lot of champagne will be opened on May 25th.
In the end if you know, what data you have, why do you have it and who you share it with, it should be good enough.