mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
readelf: Pledge map_fixed
for loading ELFs
This commit is contained in:
parent
5ca1bd55a0
commit
605b4e96a8
Notes:
sideshowbarker
2024-07-18 05:01:22 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/605b4e96a8 Pull-request: https://github.com/SerenityOS/serenity/pull/18285
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ static char const* object_relocation_type_to_string(ElfW(Word) type)
|
|||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
{
|
||||
TRY(Core::System::pledge("stdio rpath"));
|
||||
TRY(Core::System::pledge("stdio rpath map_fixed"));
|
||||
|
||||
DeprecatedString path {};
|
||||
static bool display_all = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue