mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:58:13 +00:00
Base: Launch WebContent at session start-up
This commit is contained in:
parent
266e18e0b6
commit
ac7b0e69e5
10 changed files with 21 additions and 18 deletions
|
@ -35,7 +35,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
TRY(Core::System::unveil("/usr/share/man", "r"));
|
||||
TRY(Core::System::unveil("/tmp/portal/filesystemaccess", "rw"));
|
||||
TRY(Core::System::unveil("/tmp/user/%uid/portal/launch", "rw"));
|
||||
TRY(Core::System::unveil("/tmp/portal/webcontent", "rw"));
|
||||
TRY(Core::System::unveil("/tmp/user/%uid/portal/webcontent", "rw"));
|
||||
TRY(Core::System::unveil(nullptr, nullptr));
|
||||
|
||||
String start_page;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue