1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 16:48:11 +00:00
serenity/Userland/Services/SystemServer
Lucas CHOLLET f467ebc933 SystemServer: Detect spawning user for AcceptSocketConnections services
SystemServer now invokes services with the same uid as the process that
made the request.

This allows the superuser to have a normal GUI workflow. For example,
read and write its own files in TextEditor.
2022-06-10 14:20:07 +01:00
..
CMakeLists.txt SystemServer: Port to LibMain :^) 2021-12-16 22:48:17 +01:00
main.cpp SystemServer: Add Service::try_create to propagate errors 2022-06-09 22:08:04 +02:00
Service.cpp SystemServer: Detect spawning user for AcceptSocketConnections services 2022-06-10 14:20:07 +01:00
Service.h SystemServer: Detect spawning user for AcceptSocketConnections services 2022-06-10 14:20:07 +01:00