WebContent: Remove accidentally committed unveil() call

This commit is contained in:
Andreas Kling 2022-03-24 23:17:49 +01:00
commit c2d7ef057d
Notes: sideshowbarker 2024-07-17 16:48:34 +09:00

View file

@ -16,7 +16,6 @@ ErrorOr<int> serenity_main(Main::Arguments)
Core::EventLoop event_loop;
TRY(Core::System::pledge("stdio recvfd sendfd accept unix rpath"));
TRY(Core::System::unveil("/res", "r"));
TRY(Core::System::unveil("/home", "r"));
TRY(Core::System::unveil("/etc/timezone", "r"));
TRY(Core::System::unveil("/tmp/portal/request", "rw"));
TRY(Core::System::unveil("/tmp/portal/image", "rw"));