mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 02:54:54 +03: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
@ -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…
Reference in New Issue
Block a user