1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00

SystemMonitor: Add context menu for opening adapter in NetworkSettings

This commit is contained in:
Maciej 2022-10-29 21:52:20 +02:00 committed by Sam Atkins
parent 38fb3257c8
commit c90024fbab
3 changed files with 23 additions and 0 deletions

View file

@ -246,6 +246,7 @@ ErrorOr<int> 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