ladybird/Base
Andreas Kling a7e44d8b3c Base: Remove unnecessary UID separation of multi-process Browser
After looking closely at this, I realized that we've been running
all the service processes under separate user accounts even though
there's actually no need to.

Since we already use pledge() and unveil() to limit the scope and
access of these programs, separating them to another UID doesn't
achieve anything meaningful. So let's bring them back to the "anon"
user account and simplify things.

Programs affected:

- ImageDecoder
- RequestServer
- WebContent
- WebSocket

Longer term, I'd like for all of these to get spawned for the current
desktop user somehow, possibly by some kind of session manager, or
perhaps by the Browser program itself. But for now they remain under
SystemServer's control.
2021-05-06 13:33:08 +02:00
..
etc Base: Remove unnecessary UID separation of multi-process Browser 2021-05-06 13:33:08 +02:00
home/anon Browser: Save search engine setting to preferences 2021-04-29 09:08:22 +02:00
res WindowServer+Base: Show alternate close button for "modified" windows 2021-05-02 14:17:49 +02:00
usr Base: Add manpage for groups(1) 2021-05-05 15:12:30 +01:00
www Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511) 2020-03-26 07:37:12 +01:00