mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:57:43 +00:00
passwd: Remove duplicate 'wpath' pledge
This commit is contained in:
parent
2830ce5383
commit
6803d5dfbe
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue