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:
parent
38fb3257c8
commit
c90024fbab
3 changed files with 23 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue