this post was submitted on 06 Jun 2024
1 points (100.0% liked)

privacy

2792 readers
3 users here now

Big tech and governments are monitoring and recording your eating activities. c/Privacy provides tips and tricks to protect your privacy against global surveillance.

Partners:

founded 2 years ago
MODERATORS
 

GDPR rights are being ignored. In practice, this leads to a situation where Microsoft is trying to contractually dump most of its legal responsibilities under the GDPR on schools that provide Microsoft 365 Education services to their pupils or students.

Trying to find out exactly what privacy policies or documents apply to the use of Microsoft 365 Education is an expedition in itself. There is a serious lack of transparency, forcing users and schools to navigate a maze of privacy policies, documents, terms and contracts that all seem to apply. The information provided in these documents is always slightly different, but consistently vague about what actually happens to children’s data when they use Microsoft 365 Education services.

Maartje de Graaf, data protection lawyer at noyb: “Microsoft provides such vague information that even a qualified lawyer can’t fully understand how the company processes personal data in Microsoft 365 Education. It is almost impossible for children or their parents to uncover the extent of Microsoft’s data collection.”

Felix Mikolasch, data protection lawyer at noyb: “Our analysis of the data flows is very worrying. Microsoft 365 Education appears to track users regardless of their age. This practice is likely to affect hundreds of thousands of pupils and students in the EU and EEA. Authorities should finally step up and effectively enforce the rights of minors.”

As the terms and conditions and the privacy documentation of Microsoft 365 Education are uniform for the EU/EEA, all children living in these countries are exposed to the same violations of their GDPR rights. Therefore, noyb also suggests that the authority should impose a fine on Microsoft.

top 8 comments
sorted by: hot top controversial new old
[–] parpol@programming.dev 0 points 2 months ago (1 children)

Schools should avoid windows and Microsoft products altogether.

My middleschool used OpenSuse, which was great not only in terms of having free and open source alternatives be the norm, but also that kids were too linux illiterate to install games (and viruses) on school PCs.

[–] lud@lemm.ee 0 points 2 months ago (1 children)

Schools should prepare children for work and the software they use should ideally reflect the software you would use at a job.

[–] legofreak@feddit.de 0 points 2 months ago

At best you learn some basic formatting and table calculations, there's no need to get specific into MS word/excel. There's essentially no difference between MS and Libre office here. Same with the operating system, if you're just sitting in an office, reading and answering emails in a browser you don't have to care about the OS.

Besides, school should teach critical thinking and how to transfer skills, not shoehorn pupils into specific roles and software.

[–] IsThisAnAI@lemmy.world 0 points 2 months ago* (last edited 2 months ago) (2 children)

It is their fault. This shit is clearly documented and yes there are configuration options you must set.

[–] wizardbeard@lemmy.dbzer0.com 0 points 2 months ago* (last edited 2 months ago) (1 children)

~~The whole point~~ A big part of the problem is that it's not clearly documented.

Yes, there's a ton of documentation, but correlating the settings across multiple different constantly changing web UIs plus the shit that's only available through PowerShell is easily a full time job. That's without talking about the vagueness, edge cases, and situations that simply aren't discussed in the docs.


Good example: Litigation Holds on mailboxes. LitigationDate does not update when settings of an active hold are changed, only when the status changes from disabled to enabled. Duration has no connection to the LitigationDate, so setting a duration of 100 days does not mean that the hold expires 100 days after the LitigationDate. It means that each individual email in the box will be retained for 100 days past when it was created.

So let's say for legal reasons you need to retain emails for a year, even if the user deletes them. Litigation Holds also will retain copies of deleted emails behind the scenes, so perfect. Pretty simple, set duration to 365 days and enable the hold.

What about if you need to hold onto all emails in the mailbox at the time when an employee is fired, but you only want to have those for 100 days past their firing date? You have to take the normal retention duration of 365, add how many days post firing you need to hold onto everything. So 465 days for how old the oldest email can be, so 465 days for the duration. But you only want to set that after the separation now, else you hold onto more while the person is still employed.

Automating this step is something not directly supported as some sort of automatic policy. You have to either do it manually whenever someone leaves, or start looking into automating manual changes using other tools.

Okay, so how do you ensure that at 100 days post-firing it all goes away? You must disable the 465 day duration hold entirely after 100 days. Again, manual change or welcome to learning automation land.

Now lets mix in email retention policies in Exchange, but you can't solely rely on those because those only define the maximum time an email can live before deletion and don't prevent a user from deleting everything themselves. Now you need to account for their maximum length with the duration you set when a user is fired as well.

Why not just make things easy and set all separated employees to unlimited? Now there's too much exposure risk if you get a subpeona. Legal department says no, we need it exactly as described above. And no exporting a mailbox to file after someone is fired, for security reasons relating to data portability.

So we're automating now. How do we track separation date in a way that the automation can use 100 days after it as a trigger?

Now how about having a verifiable audit trail for all of those changes?


I've fudged specifics but that scenario, requirements, and restrictions are not a hypothetical. I work in finance, so our requirements will be heavier than some other places, but it illustrates a point.

None of the little information I've given about how these features work is laid out nearly so straight forward in the official documentation.

[–] MonkderDritte@feddit.de 0 points 2 months ago

Yes, there's a ton of documentation, but correlating the settings across multiple different constantly changing web UIs plus the shit that's only available through PowerShell is easily a full time job.

Soumds like the thing they did with their 600-pages OOXML (.docx, .xlsx) specificaton during standardization, with most of it being proprietary extensions.

If you can't hide, confuse.

[–] MonkderDritte@feddit.de 0 points 2 months ago

and yes there are configuration options you must set.

The point of GDPR is privacy per default.

[–] MonkderDritte@feddit.de 0 points 2 months ago

on schools that provide Microsoft 365 Education services to their pupils or students.

Well, don't. Teach your pupils that there are alternatives.