1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 09:25:07 +00:00
serenity/Userland/Applications/Assistant
Timothy Flynn 565a880ce5 Userland: Link directly against LibUnicodeData where needed
This is partially a revert of commits:
    10a8b6d411
    561b67a1ad

Rather than adding the prot_exec pledge requried to use dlopen(), we can
link directly against LibUnicodeData in applications that we know need
that library.

This might make the dlopen() dance a bit unnecessary. The same purpose
might now be fulfilled with weak symbols. That can be revisted next, but
for now, this at least removes the potential security risk of apps like
the Browser having prot_exec privileges.
2021-12-30 14:18:12 +01:00
..
CMakeLists.txt Userland: Link directly against LibUnicodeData where needed 2021-12-30 14:18:12 +01:00
FuzzyMatch.cpp Assistant: Fix adding sequential bonus in Fuzzy Match 2021-10-25 13:00:32 +02:00
FuzzyMatch.h Assistant: Make strings const referenced 2021-10-25 13:00:32 +02:00
main.cpp Userland: Link directly against LibUnicodeData where needed 2021-12-30 14:18:12 +01:00
Providers.cpp Userland: Cast unused BackgroundAction::construct() results to void 2021-12-05 15:31:03 +01:00
Providers.h Assistant: Make more of the classes final 2021-07-03 22:38:53 +02:00