diff --git a/Userland/Applications/CrashReporter/main.cpp b/Userland/Applications/CrashReporter/main.cpp index faa96ab561..a2dcc7dfbe 100644 --- a/Userland/Applications/CrashReporter/main.cpp +++ b/Userland/Applications/CrashReporter/main.cpp @@ -218,8 +218,6 @@ ErrorOr serenity_main(Main::Arguments arguments) termination_signal = coredump->process_termination_signal(); } - TRY(Core::System::pledge("stdio recvfd sendfd rpath unix cpath proc exec")); - TRY(Core::System::unveil(executable_path.characters(), "r")); TRY(Core::System::unveil("/res", "r")); TRY(Core::System::unveil("/tmp/portal/launch", "rw"));