mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 17:48:37 +00:00
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
These are not needed anymore since the introduction of the new get_root_session_id syscall.
This commit is contained in:
parent
16b6e644d7
commit
e241b47fee
Notes:
sideshowbarker
2024-07-17 01:46:13 +09:00
Author: https://github.com/supercomputer7
Commit: e241b47fee
Pull-request: https://github.com/SerenityOS/serenity/pull/16985
Reviewed-by: https://github.com/awesomekling
25 changed files with 0 additions and 25 deletions
|
@ -35,7 +35,6 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
args_parser.add_option(show_sample_progress, "Show playback progress in samples", "sample-progress", 's');
|
||||
args_parser.parse(arguments);
|
||||
|
||||
TRY(Core::System::unveil("/sys/kernel/processes", "r"));
|
||||
TRY(Core::System::unveil("/tmp/session/%sid/portal/audio", "rw"));
|
||||
TRY(Core::System::unveil(Core::File::absolute_path(path), "r"sv));
|
||||
TRY(Core::System::unveil(nullptr, nullptr));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue