mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-15 16:48:24 +03:00
a7e44d8b3c
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. |
||
---|---|---|
.. | ||
ca_certs.ini | ||
FileIconProvider.ini | ||
fstab | ||
group | ||
hosts | ||
LookupServer.ini | ||
motd | ||
passwd | ||
protocols | ||
services | ||
shadow | ||
shellrc | ||
SystemServer.ini | ||
WindowServer.ini |