This website contains age-restricted materials including nudity and explicit depictions of sexual activity.
By entering, you affirm that you are at least 18 years of age or the age of majority in the jurisdiction you are accessing the website from and you consent to viewing sexually explicit content.
I’d want a registry that was compartmentalized meaning each app gets an area to store its own configuration and the apps can only modify their own settings (without root permissions).
Apps should never be expected to modify system settings directly but only through system calls.
Some Linux packages achieve this kind of behavior by adding an additional user which owns their configuration directories. That always felt hacky to me.