this post was submitted on 25 Mar 2026
168 points (87.2% liked)

Technology

83098 readers
2743 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] pastermil@sh.itjust.works 17 points 1 day ago (2 children)

Enlighten us then. Why would an operating system management tool need to know the age of its user?

[–] pupbiru@aussie.zone 1 points 1 day ago* (last edited 1 day ago) (1 children)

because whilst systemd-initd is the part that everyone is generally aware of, that’s linked to systemd-logind so that processes can be started as different users… process init, session management, and user management are intertwined

they don’t have to be for sure - sysv init proves that - but in modern linux, they are and that comes with a load of benefits

https://deepwiki.com/systemd/systemd/6-user-and-session-management

https://systemd.io/USER_RECORD/

[–] pastermil@sh.itjust.works 2 points 1 day ago (1 children)

I get that systemd also manages user data. I still fail to see how it needs that DoB.

[–] pupbiru@aussie.zone -2 points 1 day ago (1 children)

because theyre being pragmatic… laws are starting to be introduced around the globe for parental controls - whatever that means in each jurisdiction. given that, there needs to be options available to people wanting to, or required to comply with said laws… the best place to do that is in a user record, as an optional field… extensible user records, in modern linux, are stored in systemd

it needs it in a similar manner to how it needs location, email, real name, etc: it doesn’t functionally need it, but it’s a place to store the metadata associated with a user such that other applications can use it

[–] pastermil@sh.itjust.works 1 points 23 hours ago

If they're pragmatic, they'd wait to confirm the requirement. Currently, they're more on the proactively bootlicking side than pragmatic.

Location is needed to set timezone. As for real name and email, they're both tied to history.

[–] KairuByte@lemmy.dbzer0.com 1 points 1 day ago (1 children)

Why would it need to know your real name?

[–] pastermil@sh.itjust.works 1 points 1 day ago (1 children)

It doesn't. It just needs some name to display on the welcome screen and doesn't know what else to call it.

[–] KairuByte@lemmy.dbzer0.com -2 points 1 day ago (1 children)

Welcome screen? Systemd doesn’t have a welcome screen. And even if it did, why would it need anything other than username?

Why does it need a field for location and email?

[–] CrackedLinuxISO@lemmy.dbzer0.com 2 points 1 day ago (1 children)

Because back in the 60s and 70s, people wanted to know whose print jobs were running and where the printed documents should be delivered.

[–] KairuByte@lemmy.dbzer0.com -2 points 1 day ago (1 children)

So over 40 years before systemd was initially released?

I’m hearing a whole lot of mental gymnastics from both of y’all to explain away the “okay” fields while demonizing the (optional) “evil” fields.

[–] CrackedLinuxISO@lemmy.dbzer0.com 0 points 1 day ago* (last edited 1 day ago) (1 children)

What are you getting at me for? You asked a question and I answered.

I don't care about any new gecos fields because they're optional.

[–] KairuByte@lemmy.dbzer0.com 0 points 1 day ago (1 children)

<.< Your answer makes no sense.

[–] CrackedLinuxISO@lemmy.dbzer0.com 0 points 1 day ago* (last edited 1 day ago) (1 children)
[–] KairuByte@lemmy.dbzer0.com 1 points 1 day ago

My point was that adding another optional field asking for DOB is just as “scary” as the optional fields asking for real name and location. It doesn’t need them, which was what the other user was alluding to.