mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
WebContent: Remove accidentally committed unveil() call
This commit is contained in:
parent
6cffabef03
commit
c2d7ef057d
Notes:
sideshowbarker
2024-07-17 16:48:34 +09:00
Author: https://github.com/awesomekling
Commit: c2d7ef057d
1 changed files with 0 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue