From c90024fbabf0ef568ab7b5c8867f764b02b3d145 Mon Sep 17 00:00:00 2001 From: Maciej Date: Sat, 29 Oct 2022 21:52:20 +0200 Subject: SystemMonitor: Add context menu for opening adapter in NetworkSettings --- Userland/Applications/SystemMonitor/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Userland/Applications/SystemMonitor/main.cpp') diff --git a/Userland/Applications/SystemMonitor/main.cpp b/Userland/Applications/SystemMonitor/main.cpp index 49c5c3af6d..5a9cde793e 100644 --- a/Userland/Applications/SystemMonitor/main.cpp +++ b/Userland/Applications/SystemMonitor/main.cpp @@ -246,6 +246,7 @@ ErrorOr serenity_main(Main::Arguments arguments) TRY(Core::System::unveil("/sys/kernel", "r")); TRY(Core::System::unveil("/dev", "r")); TRY(Core::System::unveil("/bin", "r")); + TRY(Core::System::unveil("/bin/Escalator", "x")); TRY(Core::System::unveil("/usr/lib", "r")); // This directory only exists if ports are installed -- cgit v1.2.3