diff --git a/Userland/Utilities/passwd.cpp b/Userland/Utilities/passwd.cpp index fc2a382ff5..188ca3bf15 100644 --- a/Userland/Utilities/passwd.cpp +++ b/Userland/Utilities/passwd.cpp @@ -45,7 +45,7 @@ int main(int argc, char** argv) return 1; } - if (pledge("stdio wpath rpath wpath cpath fattr tty", nullptr) < 0) { + if (pledge("stdio wpath rpath cpath fattr tty", nullptr) < 0) { perror("pledge"); return 1; }