Maps: Fix bug when opening attribution url by adding launch unveil
This commit is contained in:
parent
715f452233
commit
264782557e
Notes:
sideshowbarker
2024-07-16 22:58:46 +09:00
Author: https://github.com/bplaat Commit: https://github.com/SerenityOS/serenity/commit/264782557e Pull-request: https://github.com/SerenityOS/serenity/pull/21013 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
|
||||
TRY(Core::System::unveil("/res", "r"));
|
||||
TRY(Core::System::unveil("/tmp/session/%sid/portal/config", "rw"));
|
||||
TRY(Core::System::unveil("/tmp/session/%sid/portal/launch", "rw"));
|
||||
TRY(Core::System::unveil("/tmp/session/%sid/portal/request", "rw"));
|
||||
TRY(Core::System::unveil(nullptr, nullptr));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue