serenity/Userland
Gunnar Beutner 5f38f5500e SystemServer: Fix race condition in Service::determine_account()
In theory our peer process could die between the call to getsockopt()
and Core::system::stat() and another process could end up with the same
PID which would result in us incorrectly launching the service as
another user (e.g. root).
2022-10-22 19:59:36 +02:00
..
Applets Userland: Tighten promises by removing 'proc' where it isn't used 2022-10-03 17:09:21 +01:00
Applications Userland: Utilize MS_NOREGULAR mount flag 2022-10-22 19:18:15 +02:00
Demos CatDog: Make it always on top 2022-10-13 12:37:54 +01:00
DevTools GMLPlayground: Allow previewing GML in a separate window 2022-10-15 23:16:38 +02:00
DynamicLoader DynamicLoader: Use fewer GLOB patterns for arch-specific files 2022-10-16 16:36:39 +02:00
Games Snake: Add more emoji as in-game food graphics 2022-10-21 23:50:50 +02:00
Libraries LibJS: Require NanosecondsToDays remainder less than dayLength 2022-10-22 19:14:14 +02:00
Services SystemServer: Fix race condition in Service::determine_account() 2022-10-22 19:59:36 +02:00
Shell CMake+Userland: Use CMakeLists from Userland to build Lagom Libraries 2022-10-16 16:36:39 +02:00
Utilities Userland: Utilize MS_NOREGULAR mount flag 2022-10-22 19:18:15 +02:00
CMakeLists.txt