ladybird/Base/etc
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
..
ca_certs.ini Base: Add Amazon's intermediate root certificate (Server CA 1B) 2020-12-30 13:31:55 +01:00
FileIconProvider.ini Base: Add new icons for fonts and File Manager 2021-02-25 08:08:26 +01:00
fstab Base: Make /www read-write by default 2021-02-03 21:23:15 +01:00
group Base: Remove unnecessary UID separation of multi-process Browser 2021-05-06 13:33:08 +02:00
hosts LookupServer: Load hostnames 2019-06-07 08:35:41 +02:00
LookupServer.ini LookupServer: Implement a DNS server :^) 2021-02-15 09:14:42 +01:00
motd Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
passwd Base: Remove unnecessary UID separation of multi-process Browser 2021-05-06 13:33:08 +02:00
protocols Base files: Add protocols file 2020-04-18 10:11:55 +02:00
services Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
shadow Ports: Use sendfd()/recvfd() for mm_send_fd()/mm_receive_fd() 2021-05-01 12:40:12 +02:00
shellrc Applications: Rename Serendipity => Welcome 2021-04-15 20:50:24 +02:00
SystemServer.ini Base: Remove unnecessary UID separation of multi-process Browser 2021-05-06 13:33:08 +02:00
WindowServer.ini WindowServer: Move configuration file to /etc/WindowServer.ini 2021-04-29 22:16:18 +02:00