ldd: Pledge map_fixed

This commit is contained in:
Romain Chardiny 2023-04-17 12:26:58 +02:00 committed by Tim Flynn
parent 5bb9af8297
commit eef07d2f57

View file

@ -80,7 +80,7 @@ static ErrorOr<void> recusively_resolve_all_necessary_libraries(StringView inter
ErrorOr<int> serenity_main(Main::Arguments arguments)
{
TRY(Core::System::pledge("stdio rpath"));
TRY(Core::System::pledge("stdio rpath map_fixed"));
DeprecatedString path {};
Optional<size_t> recursive_iteration_max;