mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:14:58 +00:00
Revert "ConfigServer: Unveil "/etc/passwd""
This reverts commit cd0b7656fa
.
This commit is contained in:
parent
83f41d1491
commit
808f0c6837
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
|||
ErrorOr<int> serenity_main(Main::Arguments)
|
||||
{
|
||||
TRY(Core::System::pledge("stdio accept rpath wpath cpath"));
|
||||
TRY(Core::System::unveil("/etc/passwd"sv, "r"sv));
|
||||
TRY(Core::System::unveil(Core::StandardPaths::config_directory(), "rwc"sv));
|
||||
TRY(Core::System::unveil(Core::StandardPaths::home_directory(), "rwc"sv));
|
||||
TRY(Core::System::unveil(nullptr, nullptr));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue