Skip to content

Commit

Permalink
Terminal: Remove unveiling portal/config
Browse files Browse the repository at this point in the history
  • Loading branch information
doctor-rd authored and nico committed Aug 1, 2024
1 parent a0bc09a commit 3e20c7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Userland/Applications/Terminal/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ 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/session/%sid/portal/launch", "rw"));
TRY(Core::System::unveil("/tmp/session/%sid/portal/config", "rw"));
TRY(Core::System::unveil(nullptr, nullptr));

auto modified_state_check_timer = Core::Timer::create_repeating(500, [&] {
Expand Down

0 comments on commit 3e20c7b

Please sign in to comment.