-
-
Notifications
You must be signed in to change notification settings - Fork 37.7k
os.homedir() doesn't respect setuid #28281
Copy link
Copy link
Closed
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.osIssues and PRs related to the os subsystem.Issues and PRs related to the os subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.osIssues and PRs related to the os subsystem.Issues and PRs related to the os subsystem.
Expected os.homedir() to home directory of the current user as a string but when the current user changes via process.setuid() this directory still show the original user's home directory