diff options
Diffstat (limited to 'Userland/Services/WebContent/main.cpp')
-rw-r--r-- | Userland/Services/WebContent/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Services/WebContent/main.cpp b/Userland/Services/WebContent/main.cpp index ebd2959f78..dda03d5330 100644 --- a/Userland/Services/WebContent/main.cpp +++ b/Userland/Services/WebContent/main.cpp @@ -32,7 +32,6 @@ ErrorOr<int> serenity_main(Main::Arguments) if (Core::File::exists(webdriver_socket_path)) TRY(Core::System::unveil(webdriver_socket_path, "rw"sv)); - TRY(Core::System::unveil("/sys/kernel/processes", "r")); TRY(Core::System::unveil("/res", "r")); TRY(Core::System::unveil("/etc/timezone", "r")); TRY(Core::System::unveil("/usr/lib", "r")); |