mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:57:35 +00:00
Base: Launch NotificationServer at session start-up
This commit is contained in:
parent
1da9375400
commit
b01822bdd4
4 changed files with 9 additions and 10 deletions
|
@ -164,7 +164,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
auto app = TRY(GUI::Application::try_create(arguments));
|
||||
|
||||
TRY(Core::System::unveil("/res", "r"));
|
||||
TRY(Core::System::unveil("/tmp/portal/notify", "rw"));
|
||||
TRY(Core::System::unveil("/tmp/user/%uid/portal/notify", "rw"));
|
||||
TRY(Core::System::unveil("/proc/net/adapters", "r"));
|
||||
TRY(Core::System::unveil("/bin/SystemMonitor", "x"));
|
||||
TRY(Core::System::unveil(nullptr, nullptr));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue