mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00
readelf: Pledge map_fixed
for loading ELFs
This commit is contained in:
parent
5ca1bd55a0
commit
605b4e96a8
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
Add a link
Reference in a new issue