1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-30 21:52:44 +00:00
serenity/Servers/SystemServer
Andreas Kling 9bd4bf41fb SystemServer: Explicitly open /dev/null for services without StdIO
Spawning services with nothing open at all on the standard I/O fds is
way too harsh. We now open /dev/null for them instead.
2020-01-04 13:15:01 +01:00
..
main.cpp SystemServer: Implement lazy spawning 2019-11-26 19:58:25 +01:00
Makefile Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
Service.cpp SystemServer: Explicitly open /dev/null for services without StdIO 2020-01-04 13:15:01 +01:00
Service.h SystemServer: Fetch any extra GIDs and call setgroups() before spawn 2020-01-04 13:11:43 +01:00