mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
244efe050a
This commit moves the clipboard from WindowServer into a new Clipboard service program. Clipboard runs as the unprivileged "clipboard" user and with a much tighter pledge than WindowServer. To keep things working as before, all GUI::Application users now make a connection to Clipboard after making the connection to WindowServer. It could be interesting to connect to Clipboard on demand, but right now that would necessitate expanding every GUI app's pledge to include "unix" and also unveiling the clipboard portal, which I prefer not to.
14 lines
423 B
CMake
14 lines
423 B
CMake
add_subdirectory(AudioServer)
|
|
add_subdirectory(Clipboard)
|
|
add_subdirectory(DHCPClient)
|
|
add_subdirectory(LaunchServer)
|
|
add_subdirectory(LookupServer)
|
|
add_subdirectory(NotificationServer)
|
|
add_subdirectory(ProtocolServer)
|
|
add_subdirectory(SystemMenu)
|
|
add_subdirectory(SystemServer)
|
|
add_subdirectory(Taskbar)
|
|
add_subdirectory(TelnetServer)
|
|
add_subdirectory(TTYServer)
|
|
add_subdirectory(WebServer)
|
|
add_subdirectory(WindowServer)
|