mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +00:00
Base: Launch ConfigServer at session start-up
This commit is contained in:
parent
bee5bcda73
commit
07e89ad538
4 changed files with 6 additions and 7 deletions
|
@ -433,7 +433,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
TRY(Core::System::unveil("/bin/utmpupdate", "x"));
|
||||
TRY(Core::System::unveil("/etc/FileIconProvider.ini", "r"));
|
||||
TRY(Core::System::unveil("/tmp/user/%uid/portal/launch", "rw"));
|
||||
TRY(Core::System::unveil("/tmp/portal/config", "rw"));
|
||||
TRY(Core::System::unveil("/tmp/user/%uid/portal/config", "rw"));
|
||||
TRY(Core::System::unveil(nullptr, nullptr));
|
||||
|
||||
auto modified_state_check_timer = Core::Timer::create_repeating(500, [&] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue