diff --git a/Userland/Utilities/arp.cpp b/Userland/Utilities/arp.cpp index 616127ff9e..b8cd9510cc 100644 --- a/Userland/Utilities/arp.cpp +++ b/Userland/Utilities/arp.cpp @@ -25,7 +25,7 @@ ErrorOr serenity_main(Main::Arguments arguments) { - TRY(Core::System::pledge("stdio rpath tty")); + TRY(Core::System::pledge("stdio rpath tty inet")); TRY(Core::System::unveil("/proc/net/arp", "r")); TRY(Core::System::unveil(nullptr, nullptr));