1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00
serenity/Userland/Libraries/LibConfig
Lucas CHOLLET 1b36348d8b LibCore+LibIPC: Recognise %uid in path
This patch allows to insert "%uid" in `IPC_CLIENT_CONNECTION`
declaration and in SystemServer's ini files. This pattern is replaced
then replaced by the UID of the owner of the service. It opens a path
for seamlessly managed, per-user portal.
2022-08-14 21:52:35 +01:00
..
Client.cpp LibConfig+ConfigServer: Write config values synchronously 2022-04-26 22:51:49 +02:00
Client.h LibCore+LibIPC: Recognise %uid in path 2022-08-14 21:52:35 +01:00
CMakeLists.txt ConfigServer+LibConfig: Add way for clients to listen for config changes 2021-08-26 23:41:38 +02:00
Listener.cpp LibConfig: Add removal/notifcation for keys 2021-11-13 12:55:46 +01:00
Listener.h LibConfig: Add removal/notifcation for keys 2021-11-13 12:55:46 +01:00