mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
SystemMonitor: Add back accidentally removed veil lock
Since the call to lock the veil was missing, the protections provided by unveil() were not actually enabled.
This commit is contained in:
parent
ff49285a02
commit
d82c91ac2c
Notes:
sideshowbarker
2024-07-17 22:35:53 +09:00
Author: https://github.com/IdanHo
Commit: d82c91ac2c
Pull-request: https://github.com/SerenityOS/serenity/pull/11303
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
|
||||
TRY(Core::System::unveil("/bin/Profiler", "rx"));
|
||||
TRY(Core::System::unveil("/bin/Inspector", "rx"));
|
||||
TRY(Core::System::unveil(nullptr, nullptr));
|
||||
|
||||
StringView args_tab = "processes"sv;
|
||||
Core::ArgsParser parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue