How much do we gotta worry about this Linux "age verification" BS?

As userdb: add birthDate field to JSON user records by dylanmtaylor · Pull Request #40954 · systemd/systemd · GitHub is implemented right now, and based on the interpretation in post How much do we gotta worry about this Linux "age verification" BS? - #169 by michael, I do not see how systemd itself would violate GDPR here, because systemd only implemented a way to store the information if someone chose to store such information.

Before this, systemd homectl supported the option --email-address=EMAIL. Now the option --birth-date=[DATE] has been added as well.

This is similar to the decades old gecos field.

Impact of that specific systemd pull request:

  • Concerning precedent: Yes, in my opinion, very much so.
  • Part of groundwork useful for age prompts using other tools: Yes.
  • GDPR violation: No, most likely not, as it is only a data field, not a data request.
  • Sufficient for compliance with age API laws (if applicable): No, most likely not.
  • Additional system modifications required in other places to actually prompt for the age, let alone verify it, if some distribution wanted to implement this: Yes.

Not legal advice. Primarily source code analysis.

I have not seen any Linux distributions yet implementing the actual mandatory age prompt graphical user interface. Anyone?

1 Like