We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6c16a commit 3d2cad6Copy full SHA for 3d2cad6
Userland/Utilities/userdel.cpp
@@ -35,7 +35,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
35
auto& target_account = account_or_error.value();
36
37
if (remove_home)
38
- TRY(Core::System::unveil(target_account.home_directory(), "c"sv));
+ TRY(Core::System::unveil(target_account.home_directory(), "rc"sv));
39
40
TRY(Core::System::unveil(nullptr, nullptr));
41
0 commit comments