x.com/LundukeJournal/status/2028892521116635283
2 corrections found
Ubuntu & Elementary OS Linux distributions are planning how to implement age verification functionality (for all user accounts on their OS), in order to comply with a new California law.
Canonical/Ubuntu has explicitly said it has no concrete plan yet (and may not change at all), and that the discussion cited was only an informal community thread—not an adopted Ubuntu plan.
Full reasoning
Ubuntu/Canonical published an official clarification on March 4, 2026 stating that although they are aware of California AB 1043 and reviewing it, “there are currently no concrete plans on how, or even whether, Ubuntu will change in response.” It also says the mailing list discussion was “an informal conversation among Ubuntu community members, not an announcement,” and that “none [of the ideas] have been adopted or committed to by Canonical.”
That directly contradicts the post’s claim that Ubuntu is “planning how to implement” age verification functionality to comply with the law (i.e., presenting it as an Ubuntu plan rather than exploratory community discussion).
2 sources
- Ubuntu's response to California's Digital Age Assurance Act (AB 1043) - Ubuntu Community Hub
Canonical is aware of the legislation and is reviewing it internally with legal counsel, but there are currently no concrete plans on how, or even whether, Ubuntu will change in response. The recent mailing list post is an informal conversation among Ubuntu community members, not an announcement... none have been adopted or committed to by Canonical.
- ubuntu-devel: Canonical clarification regarding Ubuntu and AB-1043 thread
Canonical has published a clarification regarding Ubuntu and the California Digital Age Assurance Act (AB-1043) being discussed here: https://discourse.ubuntu.com/t/ubuntus-response-to-californias-digital-age-assurance-act-ab-1043/77948
The current proposal is adding a new D-Bus interface (“org.freedesktop.AgeVerification”), which would impact all Linux systems.
The proposal shown in the cited thread is for a D-Bus interface named `org.freedesktop.AgeVerification1` (with a “1” suffix), not `org.freedesktop.AgeVerification`.
Full reasoning
In the ubuntu-devel thread (which the post’s screenshots are taken from), Aaron Rainbolt proposes a new standard D-Bus interface explicitly named org.freedesktop.AgeVerification1, including the object path /org/freedesktop/AgeVerification1 and interface org.freedesktop.AgeVerification1.
Because the post states the proposed interface name as org.freedesktop.AgeVerification (without the version suffix), that specific factual detail is incorrect relative to the actual proposal text.
1 source
- ubuntu-devel: On the unfortunate need for an "age verification" API for legal compliance reasons in some U.S. states (Aaron Rainbolt)
...introduce a new standard D-Bus interface, `org.freedesktop.AgeVerification1`... <node name="/org/freedesktop/AgeVerification1"> <interface name="org.freedesktop.AgeVerification1"> ...